equal
deleted
inserted
replaced
3 DSR-PDB - for reading in PDB files |
3 DSR-PDB - for reading in PDB files |
4 cmake - for controlling the build process |
4 cmake - for controlling the build process |
5 boost - great set of C++ libraries |
5 boost - great set of C++ libraries |
6 Doxygen - for building documentation |
6 Doxygen - for building documentation |
7 libcwd - for debugging only (is not needed by default) |
7 libcwd - for debugging only (is not needed by default) |
|
8 synaps - for solving polynomial (for kinetic kernel), which in turn requires GMP |
8 |
9 |
9 Configuration |
10 Configuration |
10 The path to CGAL's Makefile is expected to be set in $CGAL_MAKEFILE, the rest |
11 The path to CGAL's Makefile is expected to be set in $CGAL_MAKEFILE, the rest |
11 is just usual CMake configuration |
12 is just usual CMake configuration |
12 |
13 |