Skip to content

Commit a9cd3e7

Browse files
author
Thomas Hirsch
committed
changes in autobuild system: changed include paths, add -Wno-long-long to Makefile.am, make m4 directory permanent
1 parent 2c72b7c commit a9cd3e7

File tree

10 files changed

+18134
-16240
lines changed

10 files changed

+18134
-16240
lines changed

README

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ and UT for utilities. The general procedure is therefore:
3131

3232
** Linux **
3333

34-
There currently are shell scripts called make.sh which might build the
35-
library. Migration to a build system is in progress.
34+
./configure
35+
make
36+
make install
37+
38+
If the first step does not work right away, try to rebuild the configure
39+
file for your system with autotools first:
40+
41+
autoreconf --force --install
3642

3743
** Windows **
3844

0 commit comments

Comments
 (0)