blob: 12cee121bbf1181f34d2c404aa154629f1edfd33 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
1. To install STP perform the following steps on your Unix/GNU-Linux/MacOS X commandline:
./configure --with-prefix=$HOME (or another installation directory)
make clean
make
make install
2. To test the system after installation:
make regressall
|