From 6adfba996c34b2c78515e8a50ad5928188d78612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 7 Feb 2008 23:05:57 +0000 Subject: reorganizing svn path=/trunk/; revision=9376 --- extensions/xgui/INSTALL.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 extensions/xgui/INSTALL.txt (limited to 'extensions/xgui/INSTALL.txt') 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. + -- cgit v1.2.1