install:installsingular

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
howto:installsingular [2014/09/09 12:58] – Page name changed from howto:installbundledext to howto:installsingular benmuellinstall:installsingular [2019/01/26 11:02] – ↷ Page moved from howto:installsingular to install:installsingular oroehrig
Line 17: Line 17:
 git checkout spielwiese git checkout spielwiese
 </code> </code>
-  - Now we can build and install singular together with libsingular.<code>+  - Now we can build and install singular together with libsingular. If you have superuser access on the computer you can leave out the prefix and singular will install to ''/usr/local'' by default.<code>
 ./autogen.sh ./autogen.sh
 ./configure --disable-static --prefix=/some/custom/prefix ./configure --disable-static --prefix=/some/custom/prefix
 make make
 make install make install
-</code> If you have superuser access on the computer you can leave out the prefix and singular will install to ''/usr/local'' by default.+</code> **Warning:** If your gcc is version 6 (or newer) please add the following variables to the ''configure'' command:<code>CFLAGS="-fno-delete-null-pointer-checks" CXXFLAGS="-fno-delete-null-pointer-checks"</code>
   - Now you should have ''bin'', ''lib'' and some other folders in the prefix.   - Now you should have ''bin'', ''lib'' and some other folders in the prefix.
      
  • install/installsingular.txt
  • Last modified: 2019/03/07 09:49
  • by panizzut