source: git/INSTALL @ a176927

RELEASE/1.0RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since a176927 was 6c7fbd5, checked in by Olly Betts <olly@…>, 23 years ago

Documentation overhauled...

git-svn-id: file:///home/survex-svn/survex/trunk@1439 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 629 bytes
Line 
1Installing Survex under Unix
2============================
3
4If you are using Debian Linux or RedHat Linux or a distribution based
5on one of these, you might prefer to install one of the prepackaged
6Linux versions.
7
8Otherwise building from source is very easy.  At a shell prompt, enter
9the following commands:
10
11./configure
12make
13make install
14
15By default `make install' will try to install survex under /usr/local, which
16means you'll need to be root for the `make install' stage.  You can tell
17configure to install survex elsewhere (e.g. under your home directory) like
18so:
19
20./configure --prefix=/home/olly/survex
21make
22make install
Note: See TracBrowser for help on using the repository browser.