git clone http://pari.math.u-bordeaux.fr/git/pari.git cd pari ./Configure --prefix=GP --mt=pthread && make -j4 gp make doc make statest-all make test-parallel make install ./Configure --prefix=GP.dbg -g && make -j4 gp make install -C Olinux-x86_64.dbg GP/bin/gp histfile = "~/.gp\_history" colors = "lightbg" \\ or "darkbg" lines = 40 parisizemax = 4G \\ or the maximum amount of memory \\ GP can use read "~/.gprc.gp" git clone http://pari.math.u-bordeaux.fr/git/gp2c.git cd gp2c ./autogen.sh ./configure --prefix=$PWD/../GP \ --with-paricfg=../GP/lib/pari/pari.cfg \ --with-paricfg.dbg=../GP.dbg/lib/pari/pari.cfg make check make install cd .. GP/bin/gp2c -v git fetch git rebase origin/master git checkout master git log