Menu

compile

Compile ags

After you retrieved [dependencies] of ags you are ready to compile and run it. It follows the commands you need to compile and run ags.

username@linux:~/ags$ export LANG=C
username@linux:~/ags$ CFLAGS="-O3 -Wall -msse2" ./configure
username@linux:~/ags$ make ags
username@linux:~/ags$ ./ags

If you checked out of subversion you may prior run:

username@linux:~/ags$ autoreconf -fi

Related

Wiki: dependencies
Wiki: development

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.