From dad4243081d557ba6ba8acb9c6f8f02dd1bc003d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 20 May 2019 22:40:26 +0200 Subject: readme --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a8d4c44 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +Installation instructions +------------------------- + +First, initialize the configure script. + +$ ./bootstrap + +Then, choose the installation prefix + +$ ./configure --prefix= + +Last, install + +$ make install + +Optionally, to run tests: + +$ make check -- cgit v1.2.3