Changeset 794

Show
Ignore:
Timestamp:
08/30/07 13:46:32 (1 year ago)
Author:
Gregor
Message:

0.72.1/README-BINARIES.txt: Wrapped lines at 80cols.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • downloads/0.72.1/README-BINARIES.txt

    r793 r794  
    22compilers. They are not installers, but simply archives of the complete installation of DSSS. 
    33 
    4 To install on POSIX, simply extract the binary to any prefix you choose, then add <prefix>/bin to your $PATH environment variable, e.g.: 
     4To install on POSIX, simply extract the binary to any prefix you choose, then 
     5add <prefix>/bin to your $PATH environment variable, e.g.: 
    56$ export PATH="/opt/dsss/bin:$PATH" 
    6 The binary is not intended to be installed to /usr (which ideally contains only distribution packages). If you insist on installing to /usr, you will need to move /usr/etc/dsss to /etc/dsss and /usr/etc/rebuilt to /etc/rebuild. 
     7The binary is not intended to be installed to /usr (which ideally contains only 
     8distribution packages). If you insist on installing to /usr, you will need to 
     9move /usr/etc/dsss to /etc/dsss and /usr/etc/rebuilt to /etc/rebuild. 
    710 
    8 To install on Windows, extract the binary to any prefix you choose, then add <prefix>\bin to your %PATH% environment variable, e.g.: 
     11To install on Windows, extract the binary to any prefix you choose, then add 
     12<prefix>\bin to your %PATH% environment variable, e.g.: 
    913> set PATH=C:\DSSS\bin;%PATH% 
    1014DSSS will not work installed to a path with spaces, e.g. "C:\Program Files\DSSS"