compile "scummvm-tools-1.2.0" source by gcc?

General chat related to ScummVM, adventure gaming, and so on.

Moderator: ScummVM Team

Post Reply
ruiscmmvm
Posts: 7
Joined: Thu Aug 05, 2010 2:35 pm

compile "scummvm-tools-1.2.0" source by gcc?

Post by ruiscmmvm »

How to compile the source on "scummvm-tools-1.2.0" by gcc?
my OS : windows 7
The latest version Cygwin has been installed my computer.
Makefile and Makefile.common must be sought in the unpacked scummvm-tools-1.2.0 folder.

Help me compile scummvm-tools.



---------download---------

scummvm-tools-1.2.0
http://www.scummvm.org/downloads/#tools
http://sourceforge.net/projects/scummvm ... p/download


cygwin
http://www.cygwin.com/
User avatar
bobdevis
Posts: 567
Joined: Fri Jan 16, 2009 10:52 am

Post by bobdevis »

I admit I have never done this, but what I would do first is just follow the instructions on how to build ScummVM itself with MinGW and obviously substitute ScummVM with ScummVM-Tools.

Then, If I would hit a specific problem I could not resolve, I would post in the Help and Support forum.
User avatar
GoodOldGeorg
Posts: 43
Joined: Mon Dec 17, 2007 3:43 pm
Location: Hungary

Post by GoodOldGeorg »

This Wiki page is Obsolete :cry:
If you follow this steps, the ScummVM is not compiled. :oops:
ruiscmmvm
Posts: 7
Joined: Thu Aug 05, 2010 2:35 pm

Post by ruiscmmvm »

bobdevis wrote:I admit I have never done this, but what I would do first is just follow the instructions on how to build ScummVM itself with MinGW and obviously substitute ScummVM with ScummVM-Tools.

Then, If I would hit a specific problem I could not resolve, I would post in the Help and Support forum.
Thank you. I'v read and been trying like that. In progress.
ruiscmmvm
Posts: 7
Joined: Thu Aug 05, 2010 2:35 pm

Post by ruiscmmvm »

GoodOldGeorg wrote:This Wiki page is Obsolete :cry:
If you follow this steps, the ScummVM is not compiled. :oops:
Hm.

Is there any way to overcome it?
Compiling the source of scummVM-tools is my best interest.
User avatar
Raziel
ScummVM Porter
Posts: 1513
Joined: Tue Oct 25, 2005 8:27 am
Location: a dying planet

Post by Raziel »

I don't have MinGW but it should be a matter of

./configure

and

make

at least that is how it works here
Post Reply