Euler-Maclaurin based summation for 2D problems
[barvinok.git] / polymake / README
blob6beda96cac477ab3a246a23c223059daa0d364f6
1 Minimal polymake client.
3 Compile and install both barvinok and polymake first.
5 Specify the directory containing the polymake Makefile
6 with --with-polymake=/path/to/polymake 
7 Make sure you have installed the Makefile (make install-devel).
9 If the barvinok library is installed in a non-standard location,
10 you may need to specifiy the path of the directory containing
11 barvinok.pc (usually $prefix/lib/pkgconfig) in the PKG_CONFIG
12 environment variable.
14 Sven Verdoolaege <skimo@kotnet.org>