pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-Devel] [patch] Change the INSTALL.unix instructions to mention n


From: Andy Balaam
Subject: [Pingus-Devel] [patch] Change the INSTALL.unix instructions to mention need for configure
Date: Wed, 23 Dec 2009 04:34:32 +0000
User-agent: Thunderbird 2.0.0.12 (X11/20080303)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]