source: git/INSTALL @ cf324f4

RELEASE/1.0RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernlogstereowalls-datawalls-data-hanging-as-warning
Last change on this file since cf324f4 was 8a64c35, checked in by Olly Betts <olly@…>, 25 years ago

now have make install

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

  • Property mode set to 100644
File size: 388 bytes
Line 
1Installing Survex under Unix
2============================
3
4Like so:
5
6./configure
7make
8make install
9
10By default `make install' will try to install survex under /usr/local, which
11means you'll need to be root for the `make install' stage.  You can tell
12configure to install survex elsewhere (e.g. under your home directory) like
13so:
14
15./configure --prefix=/home/olly/survex
16make
17make install
Note: See TracBrowser for help on using the repository browser.