diff options
Diffstat (limited to 'doc/INSTALL.txt')
-rw-r--r-- | doc/INSTALL.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt new file mode 100644 index 0000000..68ebc59 --- /dev/null +++ b/doc/INSTALL.txt @@ -0,0 +1,14 @@ + +How to build/install +==================== + +Use the well-known procedure: + + ./configure + make + make install + +You can get some help with: + + ./configure --help + |