aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make/README
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-29 19:09:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-29 19:09:24 +0000
commitadd126ad8e4d0c20cb448f49c0ae356e8697bde0 (patch)
tree89bd9bc6a2219c7761f4c1f8c68343dab9da774e /packages/linux_make/README
parent2cc701380dcc7aa3dc9e30b9343e69b0ad0ff3cd (diff)
added readme and separated out installation Makefile generation; this directory should realy be called 'unix_make' since it would work on any UNIX-ish system
svn path=/trunk/; revision=4083
Diffstat (limited to 'packages/linux_make/README')
-rw-r--r--packages/linux_make/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/packages/linux_make/README b/packages/linux_make/README
new file mode 100644
index 00000000..c082b882
--- /dev/null
+++ b/packages/linux_make/README
@@ -0,0 +1,30 @@
+
+To build everything and create an generic installer for linux, do this:
+
+
+Download and run the script from CVS which will download all the sources from
+anonymous CVS:
+
+ scripts/checkout-developer-layout.sh
+
+Now you will have all of the sources in a directory called "pure-data". Next,
+run these commands to build in the package:
+
+ cd packages/linux_make
+ make install
+
+It will then compile and install everything into packages/linux_make/build.
+The default installation prefix is "/usr/local". Pd will need to be installed
+into that directory in order for it to find all its externals and docs. You
+can compile everything to use a different prefix like this:
+
+ make install prefix=/usr
+
+After you have everything built, you can make a tarball with a generated
+Makefile which will install and uninstall everything:
+
+ make tarbz2
+
+You can generate just the Makefile used for installation using:
+
+ make installer_makefile