diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-14 21:06:04 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-11-14 21:06:04 +0000 |
commit | 223388f1ad8f3e39856a1e6a01ef2acd1d820d25 (patch) | |
tree | 41578c263250ccb3f815b279d4091d2721089341 /threadlib/INSTALL | |
parent | 406758342ee046707e5426f804c7b381a0728335 (diff) |
initial commit
svn path=/trunk/externals/grh/; revision=3898
Diffstat (limited to 'threadlib/INSTALL')
-rwxr-xr-x | threadlib/INSTALL | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/threadlib/INSTALL b/threadlib/INSTALL new file mode 100755 index 0000000..0aac333 --- /dev/null +++ b/threadlib/INSTALL @@ -0,0 +1,16 @@ +threadlib installation + +1) open the right makefile for your platform/compiler + +2) adapt the makefile for your needs: + PDPATH should point to your pd installation (usually /usr/local/lib/pd or /usr/lib/pd) + PDSCR should point to the PD source diretory + +3) type "make" to compile + +4) type "make install" to install help patches and binary +(you have to be root probably) + + +in case of problems: +grh@mur.at
\ No newline at end of file |