diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-10-21 12:03:30 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2005-10-21 12:03:30 +0000 |
commit | 9ca96a7b406cde99fabe2956090fef0ea820c0e2 (patch) | |
tree | 150a2f887e7acf6f0ccf271526017a85e08e19a6 /PDContainer | |
parent | 1d6d1e8c73193f57a9c98387ea42eb91eb4d21d1 (diff) |
installation instructions
svn path=/trunk/externals/grh/; revision=3741
Diffstat (limited to 'PDContainer')
-rwxr-xr-x | PDContainer/install.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/PDContainer/install.txt b/PDContainer/install.txt new file mode 100755 index 0000000..278cddd --- /dev/null +++ b/PDContainer/install.txt @@ -0,0 +1,18 @@ +PDContainer installation: + + +1) open the right makefile for your platform/compiler + +2) adapt the makefile for your needs: + PD-PATH should point to your pd installation (usually /usr/local/lib/pd or /usr/lib/pd) + PD-SCR should point to the PD source diretory + +3) type "make" to compile +(or the equicalent command with other compilers than gcc, e.g. nmake with msvc) + +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 |