Update of /cvsroot/q-lang/pd-qext
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21264
Modified Files:
README
Log Message:
update installation instructions
Index: README
===================================================================
RCS file: /cvsroot/q-lang/pd-qext/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README 18 Oct 2007 19:12:12 -0000 1.8
--- README 10 Feb 2008 01:18:58 -0000 1.9
***************
*** 3,7 ****
===== = ======== === ==
! Copyright (c) 2006-2007 by Albert Graef, Johannes Gutenberg University Mainz,
Germany. This software is distributed under the GNU General Public License
(GPL) Version 2 or later (see the COPYING file for details).
--- 3,7 ----
===== = ======== === ==
! Copyright (c) 2006-2008 by Albert Graef, Johannes Gutenberg University Mainz,
Germany. This software is distributed under the GNU General Public License
(GPL) Version 2 or later (see the COPYING file for details).
***************
*** 31,41 ****
Run `make && sudo make install'. This has only been tested on Linux so far,
! but porting to other systems should be a piece of cake. You must make sure
! that you get the installation prefix right, so that it matches the
! installation prefix of Pd and Q. The default installation prefix is
! /usr/local; if necessary, you can either change the prefix=... line in the
! Makefile or pass the prefix=... option when invoking make. E.g., to install
! the package under /usr, do a `make prefix=/usr && sudo make prefix=/usr
! install'.
USAGE
--- 31,50 ----
Run `make && sudo make install'. This has only been tested on Linux so far,
! but porting to other systems should be a piece of cake.
!
! You must make sure that you get the installation prefix right, so that it
! matches the installation prefix of the Q interpreter. The default installation
! prefix is /usr/local; if necessary, you can either change the prefix=... line
! in the Makefile or pass the prefix=... option when invoking make.
!
! E.g., to install the package under /usr, do a `make prefix=/usr && sudo make
! prefix=/usr install'. (Make sure to also include the proper setting of prefix
! during compilation; otherwise the QPATH setting of the embedded Q interpreter
! will be wrong and the interpreter won't be able to find its library files.)
!
! By default, it is assumed that Pd also lives under the same installation
! prefix. If this is not the case then you'll have to change the `pdprefix'
! variable accordingly during installation, so that Pd will be able to find the
! external. E.g.: `make install prefix=/usr pdprefix=/usr/local'.
USAGE
***************
*** 227,230 ****
Enjoy!
! October 2007
Albert Graef
--- 236,239 ----
Enjoy!
! February 2008
Albert Graef
|