diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 02:48:51 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-06-05 02:48:51 +0000 |
commit | 3e9b7cc8074be82a61d041f5d983775df8a59116 (patch) | |
tree | 12c21780fa74e7ea5fd3caeb8f118108ab0f51e7 /README | |
parent | f919d5950a9250ad58a1f88d8220202962335166 (diff) |
removed old build system and moved help files into same folder to make it a libdir
svn path=/trunk/externals/ext13/; revision=11674
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -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 |