Update README.md

Remove sentence about directory structure
This commit is contained in:
Sebastien Loriot 2015-03-05 00:10:39 +01:00
parent a23b3de85b
commit ec8ad3f1d9
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ CGAL Git repository layout
The Git repository of CGAL has a different layout from release tarballs. It
contains a `CMakeLists.txt` file that serves as anchor for building, and a
set of subfolders, so called *packages* (packages have their own
[certain structure](Directory_Structure_for_Packages.md)). Most packages
set of subfolders, so called *packages*. Most packages
implement a data structure or an algorithm for CGAL (e.g., `Convex_hull_2`,
or `Triangulation_3`); however some packages serve special needs: