Hi All,

At the moment, you need to run "scons configure" before running "scons"
in order to build from SVN.  This patch documents this fact in the
INSTALL.unix file.

It is possible that a better fix would be to make just "scons" work to
configure and build in one step?  What do you think?

Thanks,

Andy

Index: INSTALL.unix
===================================================================
--- INSTALL.unix	(revision 4102)
+++ INSTALL.unix	(working copy)
@@ -48,6 +48,10 @@
 ------------
 Once all libraries are in place, you can compile Pingus with just:
 
+ % scons configure
+
+and then:
+
  % scons
 
 If you need to change the compiler or other build variables you can do

_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel

Reply via email to