RELEASE/1.1
RELEASE/1.2
debug-ci
debug-ci-sanitisers
faster-cavernlog
log-select
main
stereo
stereo-2025
walls-data
walls-data-hanging-as-warning
warn-only-for-hanging-survey
| Rev | Line | |
|---|
| [8a64c35] | 1 | Installing Survex under Unix
|
|---|
| 2 | ============================
|
|---|
| 3 |
|
|---|
| [6c7fbd5] | 4 | If you are using Debian Linux or RedHat Linux or a distribution based
|
|---|
| 5 | on one of these, you might prefer to install one of the prepackaged
|
|---|
| 6 | Linux versions.
|
|---|
| 7 |
|
|---|
| 8 | Otherwise building from source is very easy. At a shell prompt, enter
|
|---|
| 9 | the following commands:
|
|---|
| [55302e3] | 10 |
|
|---|
| 11 | ./configure
|
|---|
| 12 | make
|
|---|
| [8a64c35] | 13 | make install
|
|---|
| 14 |
|
|---|
| 15 | By default `make install' will try to install survex under /usr/local, which
|
|---|
| 16 | means you'll need to be root for the `make install' stage. You can tell
|
|---|
| 17 | configure to install survex elsewhere (e.g. under your home directory) like
|
|---|
| 18 | so:
|
|---|
| [55302e3] | 19 |
|
|---|
| [8a64c35] | 20 | ./configure --prefix=/home/olly/survex
|
|---|
| 21 | make
|
|---|
| 22 | make install
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.