source: git/INSTALL @ a7a6714

RELEASE/1.0RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since a7a6714 was a7a6714, checked in by Olly Betts <olly@…>, 20 years ago

Tweaked wording.

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

  • Property mode set to 100644
File size: 623 bytes
Line 
1Installing Survex on 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.