diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ + +NULLPOP INSTALL +================ + +A basic install procedure looks like this. + + # cd nullpop-0.x + # ./configure + # make + # make install + +By default nullpop will install to the /usr/local/libexec/ path. You may +want to specify a different prefix with the --prefix argument to ./configure. + +Execute the following command for more options: + + ./configure --help |