aboutsummaryrefslogtreecommitdiff
path: root/extensions/xgui/INSTALL.txt
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-07 23:05:57 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2008-02-07 23:05:57 +0000
commit6adfba996c34b2c78515e8a50ad5928188d78612 (patch)
treee93ec4c07be45ae47f8e6065f21b59098998afe5 /extensions/xgui/INSTALL.txt
parentc0ab517b9027bd66c32f931ce592932c85f43d7b (diff)
reorganizing
svn path=/trunk/; revision=9376
Diffstat (limited to 'extensions/xgui/INSTALL.txt')
-rw-r--r--extensions/xgui/INSTALL.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/extensions/xgui/INSTALL.txt b/extensions/xgui/INSTALL.txt
new file mode 100644
index 00000000..d05c9fbc
--- /dev/null
+++ b/extensions/xgui/INSTALL.txt
@@ -0,0 +1,34 @@
+copy xgui in your pd directory.
+
+[linux]
+ it's better to do a make uninstall with your old version of xgui before installing the new one.
+
+ from a terminal :
+ make
+ make install
+
+ Thats all !!!
+ it will copy the right files @ the rigth places,
+ but only if you have install pd with make install too.
+
+ Test it by running pdx from a terminal
+
+ make uninstall
+ will remove all the files created by "make install"
+
+[windows]
+ extract the xgui_x.xx.tar.gz into your pd-path
+ for ex.: c:/pd/
+
+ Run "install.bat", it will copy the right files @ the rigth places.
+
+ Test it by running pdx.bat
+
+[other & all]
+ Seg is very easy to install just have a look into makefile & install.bat
+ and you'll have all the information to install it manually.
+
+ In fact you d'ont really need to install anything :
+ just extract the archive in your pd directory.
+ Then run xgui & pd with the right options : check pdx.* for details.
+