From 3e9b7cc8074be82a61d041f5d983775df8a59116 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 5 Jun 2009 02:48:51 +0000 Subject: removed old build system and moved help files into same folder to make it a libdir svn path=/trunk/externals/ext13/; revision=11674 --- README | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'README') diff --git a/README b/README index 77bb589..a6842ad 100644 --- a/README +++ b/README @@ -8,23 +8,16 @@ there`s no warranty for anything. --------compile------------ ext13 is developed and tested in linux. if you need it for another platform, you have to do the work to port it -to compile it do -./configure -or ./configure --prefix=/usr/lib (or similar) for a path other than /usr/local -make - - -to get a seperate externalfile (.pd_linux) for every external, or +to compile it to get a seperate file for each object (.pd_linux): -./configure make clean -make ext13 -to get a single library for all externals. +make + -make install -will put the externals in /path/to/pd/externs/ -and the helpfiles in /path/to/pd/doc/5.manual/ +make dist +will make a tarball of a libdir which can be dropped into place anywhere in +Pd's path. don`t forget to put the files in your pd-path or do a -lib /path/to/ext13 -- cgit v1.2.1