source: git/README.pSingular @ 39d022e

spielwiese
Last change on this file since 39d022e was 446b11f, checked in by Hans Schoenemann <hannes@…>, 5 years ago
howto for pSingular
  • Property mode set to 100644
File size: 157 bytes
Line 
1How to build pSingular:
2
3unset RUN_PPCC
4cd ppcc
5./configure && make
6cd ..
7./configure CC="ppcc gcc" CXX="ppcc g++" --disable-omalloc
8export RUN_PPCC=1
9make
10
Note: See TracBrowser for help on using the repository browser.