commit | author | age | ||
d7639a | 1 | This will be installation instructions |
SP | 2 | |
3 | To run automake: | |
4 | ||
5 | -- This should be performed by developers -- | |
6 | ||
7 | autoscan | |
8 | mv configure.scan configure.ac | |
9 | aclocal | |
10 | autoheader | |
11 | automake -ac | |
12 | autoconf | |
13 | ||
14 | -- END -- | |
15 | ||
16 | -- End user should do this -- | |
17 | To build: | |
18 | ./configure | |
19 | make | |
20 | -- END -- | |
21 |