Page 1 of 1

i can't compile tome.

Posted: Fri Oct 02, 2009 1:37 am
by binMonkey
i downloaded the latest builds from cvs and they're all missing config and make files. i built tomenet with no problem. how do i build tome?
thanks,
rich

Posted: Fri Oct 02, 2009 7:58 am
by Nerdanel
Do you have the T-Engine (also found in the CVS)? In ToME 3 the game has been made into a module like other modules with the T-Engine being what all the modules use.

ToME 3 the module is very unfinished by the way.

Posted: Tue Oct 06, 2009 5:04 am
by elcugo
To build, follow these steps:

1. cd to t-engine/src
2. copy makefile.std to makefile
3. edit makefile to suit your needs
4. run make && make install (if applicable)
5. enjoy

Posted: Tue Oct 06, 2009 8:54 am
by budswell
From the above replies, I assume you want to compile tome 3.
If you want to compile tome 2.3.5 (with the CVS bugfixes by sigsegv) I have a makefile for borland cpp I can post.