commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common INSTALL


From: Reinhard Mueller
Subject: gnue-common INSTALL
Date: Thu, 25 Sep 2003 18:23:48 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/09/25 18:23:48

Modified files:
        .              : INSTALL 

Log message:
        More explanation.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/INSTALL.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: gnue-common/INSTALL
diff -c gnue-common/INSTALL:1.7 gnue-common/INSTALL:1.8
*** gnue-common/INSTALL:1.7     Thu Sep 25 18:17:41 2003
--- gnue-common/INSTALL Thu Sep 25 18:23:48 2003
***************
*** 1,13 ****
  On all systems 
  
    ./setup.py install
  
!   for packagers we recommend
  
!   ./setup.py install --prefix /usr --install-lib /usr/lib/gnue --root ...
  
    for help:
- 
    ./setup.py install --help
  
    If you don't have write access to Python's standard directory for
--- 1,18 ----
  On all systems 
  
+   for standard system-wide install
    ./setup.py install
+     (if you don't do this as root, you have to set
+      PYTHONPATH=/usr/local/gnue/lib/python to make gnue work)
  
!   for install in home-directory (POSIX only)
!   ./setup.py install --home=~/gnue --install-scripts=~/bin
!     (you have to add "PYTHONPATH=~/gnue/lib/python" to your .profile)
  
!   for packagers we recommend (POSIX only)
!   ./setup.py install --prefix=/usr --install-lib=/usr/lib/gnue --root=...
  
    for help:
    ./setup.py install --help
  
    If you don't have write access to Python's standard directory for




reply via email to

[Prev in Thread] Current Thread [Next in Thread]