From: <ba...@us...> - 2009-05-08 22:09:54
|
Revision: 52 http://scrupp.svn.sourceforge.net/scrupp/?rev=52&view=rev Author: basique Date: 2009-05-08 22:09:45 +0000 (Fri, 08 May 2009) Log Message: ----------- - added support for autoconf and automake After checkout, it should be enough to run ./autogen.sh and then ./configure make sudo make install to compile and install Scrupp. The new INSTALL file contains some more details on the dependencies. The new folder m4 contains the autoconf makros which are needed to detect some of the dependencies (Lua, OpenGL and SMPEG). Modified Paths: -------------- trunk/COPYRIGHT trunk/src/FileIO.c trunk/src/Main.h Added Paths: ----------- trunk/ChangeLog trunk/INSTALL trunk/Makefile.am trunk/autogen.sh trunk/configure.ac trunk/doc/Makefile.am trunk/doc/lua-oocairo/Makefile.am trunk/doc/lua-oocairo/download.sh trunk/doc/luasocket/Makefile.am trunk/doc/scrupp-refman-0.2.pdf trunk/examples/Makefile.am trunk/examples/cairo/Makefile.am trunk/examples/cairo/images/Makefile.am trunk/examples/luasocket/Makefile.am trunk/fonts/Makefile.am trunk/m4/ trunk/m4/acx_pthread.m4 trunk/m4/ax_check_gl.m4 trunk/m4/ax_lang_compiler_ms.m4 trunk/m4/lua.m4 trunk/m4/smpeg.m4 trunk/platforms/unix/ trunk/scripts/Makefile.am trunk/scripts/socket/Makefile.am trunk/src/Makefile.am trunk/src/lua-oocairo/Makefile.am trunk/src/luasocket/Makefile.am Removed Paths: ------------- trunk/Makefile trunk/doc/lua-oocairo/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |