summaryrefslogtreecommitdiff
path: root/README.scons
diff options
context:
space:
mode:
authorPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-05-31 13:57:24 +0200
committerPatrick Simianer <simianer@cl.uni-heidelberg.de>2012-05-31 13:57:24 +0200
commit6f6601111710aa67eee5169e5b7d89102cc33bb8 (patch)
tree0872544abd6bc76162f3f80eb3920999afbf2c34 /README.scons
parent8cee8b565a9c56a7732365e9563f52ff3c4ff7fd (diff)
parent090a64e73f94a6a35e5364a9d416dcf75c0a2938 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'README.scons')
-rw-r--r--README.scons21
1 files changed, 0 insertions, 21 deletions
diff --git a/README.scons b/README.scons
deleted file mode 100644
index eb56a666..00000000
--- a/README.scons
+++ /dev/null
@@ -1,21 +0,0 @@
-Building cdec with the scons build system:
-
-While we don't build all components of cdec under scons (yet),
-scons makes things much simpler and reliable. Currently,
-building cdec with scons is experimental.
-
-Step-by-step:
-1) Obtain a Python V2.4 or later (you probably already have this)
-2) Download and install Scons v2.0+ from http://www.scons.org/download.php
- $ wget http://prdownloads.sourceforge.net/scons/scons-2.0.1.tar.gz
- $ tar -xvzf scons-2.0.1.tar.gz
- $ cd scons-2.0.1
- $ python setup.py build
- $ sudo setup.py install #(if you have root)
- $ setup.py install --home=~/prefix #(to install to a user-space prefix instead)
-
-3) Run scons. Some examples:
- $ scons #(just build the decoder)
- $ scons -j16 #(build using 16 cores)
- $ scons -h #(get help)
- $ scons --with-boost=~/prefix #(use ~/prefix as the boost directory)