diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +Installation Instructions +************************* + +In a shell, type the following commands: + +autoreconf -if +./configure +make +sudo make install + |