Changeset 794
- Timestamp:
- 08/30/07 13:46:32 (1 year ago)
- Files:
-
- downloads/0.72.1/README-BINARIES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
downloads/0.72.1/README-BINARIES.txt
r793 r794 2 2 compilers. They are not installers, but simply archives of the complete installation of DSSS. 3 3 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.: 4 To install on POSIX, simply extract the binary to any prefix you choose, then 5 add <prefix>/bin to your $PATH environment variable, e.g.: 5 6 $ 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. 7 The binary is not intended to be installed to /usr (which ideally contains only 8 distribution packages). If you insist on installing to /usr, you will need to 9 move /usr/etc/dsss to /etc/dsss and /usr/etc/rebuilt to /etc/rebuild. 7 10 8 To install on Windows, extract the binary to any prefix you choose, then add <prefix>\bin to your %PATH% environment variable, e.g.: 11 To install on Windows, extract the binary to any prefix you choose, then add 12 <prefix>\bin to your %PATH% environment variable, e.g.: 9 13 > set PATH=C:\DSSS\bin;%PATH% 10 14 DSSS will not work installed to a path with spaces, e.g. "C:\Program Files\DSSS"
