aboutsummaryrefslogtreecommitdiff
path: root/externals/build/README
diff options
context:
space:
mode:
authorcarmen rocco <ix9@users.sourceforge.net>2005-05-11 22:58:14 +0000
committercarmen rocco <ix9@users.sourceforge.net>2005-05-11 22:58:14 +0000
commit1aa1b1884f49426d2ccd45c41d7ecafab3adc538 (patch)
tree71cc1bbe15a0e77c059f869e68f773a42e996198 /externals/build/README
parente73b9183f3f60fba1dfc6ae7130b3a41e6a8c506 (diff)
2 GNU 4 U
svn path=/trunk/; revision=2965
Diffstat (limited to 'externals/build/README')
-rw-r--r--externals/build/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/externals/build/README b/externals/build/README
index 250e6918..1fb3e623 100644
--- a/externals/build/README
+++ b/externals/build/README
@@ -1,7 +1,7 @@
PD externals build system
=========================
-To build, cd to the platform directory:
+To build with GNU make, cd to the platform directory:
cd linux
cd win
@@ -10,9 +10,10 @@ cd irix
and type make.
+To build with SCons:
-
-
+ scons
+ scons install
Build System Internals
======================