aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
======================