Page 1 of 1

README file?

Posted: Thu Sep 23, 2010 2:15 pm
by Anregar
Hi all,

I just downloaded the source for TOME 4, but there is no Readme file telling how to compile it, nor which librairies it depends on :?

Please, put some instructions. Not all people trying to compile TOME know Lua or C (or want to inspect the source code to figure out what to compile and what it depends on).

Re: README file?

Posted: Thu Sep 23, 2010 2:46 pm
by darkgod
The compile inscructions are at the bottom of this page: http://te4.org/Download, along with a link to the requirements page.

But yes you are right a readme would be most welcome ;)

Re: README file?

Posted: Fri Sep 24, 2010 1:50 pm
by Anregar
Thanks :D

I didn't see it. Can it be moved to the top of the page?

Regards.

Re: README file?

Posted: Fri Sep 24, 2010 7:18 pm
by madmonk
Here is the requirements link

http://te4.org/Requirements

Once you have satisfied those requirements do this:

# run "premake4 gmake" (for GNU Make)
# run "make"
# enjoy!