Arquivos
ino/INSTALL
T
2011-11-04 14:39:39 +04:00

15 linhas
373 B
Plaintext

In order to install Ino from source tarball run:
make install
By default Ino is installed into `/usr/local'. You can change this by setting
PREFIX or DESTDIR variables.
* DESTDIR changes file system root (`/' by default)
* PREFIX sets installation prefix (`/usr/local` by default).
Examples:
* make install DESTDIR=~/ino
* make install PREFIX=/usr