This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
abyss-software [2018/11/17 20:35] aorth |
abyss-software [2019/07/10 14:25] aorth |
||
|---|---|---|---|
| Line 26: | Line 26: | ||
| $ tar xf abyss-2.1.4.tar.gz | $ tar xf abyss-2.1.4.tar.gz | ||
| $ cd abyss-2.1.4 | $ cd abyss-2.1.4 | ||
| - | $ sudo yum install sparsehash-devel.x86_64 | + | $ sudo yum install sparsehash-devel.x86_64 |
| + | $ export CPPFLAGS=' | ||
| + | $ export LIBS=' | ||
| $ ./configure --prefix=/ | $ ./configure --prefix=/ | ||
| $ make -j4 | $ make -j4 | ||
| Line 33: | Line 35: | ||
| $ make install | $ make install | ||
| $ sudo chown -R root:root / | $ sudo chown -R root:root / | ||
| - | $ sudo yum remove sparsehash-devel.x86_64 | + | $ sudo yum remove sparsehash-devel.x86_64 |
| + | |||
| + | There is currently a [[https:// | ||