mirror of https://github.com/CGAL/cgal
a longer package description
This commit is contained in:
parent
1217ddd9d8
commit
ab2fb4f15d
|
|
@ -1,7 +1,14 @@
|
|||
\begin{ccPkgDescription}{CGAL and the Boost Graph Library\label{Pkg:BGL}}
|
||||
\ccPkgHowToCiteCgal{cgal:fcw-cbgl-06}
|
||||
\ccPkgSummary{This package provides a framework for interfacing \cgal\ data structures with the algorithms of the {\sc BGL}.
|
||||
Furthermore, it introduces a new graph concept, the \ccc{HalfedgeEdgeGraph}.}
|
||||
|
||||
\ccPkgSummary{This package provides a framework for interfacing \cgal\
|
||||
data structures with the algorithms of the {\sc BGL}. It allows to run
|
||||
graph algorithms directly on \cgal\ data structures which are
|
||||
model of the {\sc BGL} graph concepts.
|
||||
Furthermore, it introduces a
|
||||
new graph concept, the \ccc{HalfedgeEdgeGraph}. This concept describes
|
||||
graphs which are embedded on surfaces.}
|
||||
|
||||
\ccPkgIntroducedInCGAL{3.4}
|
||||
\ccPkgLicense{\ccLicenseQPL}
|
||||
\end{ccPkgDescription}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#---------------------------------------------------------------------#
|
||||
# Choose the right include file from the <cgalroot>/make directory.
|
||||
|
||||
# CGAL_MAKEFILE = ENTER_YOUR_INCLUDE_MAKEFILE_HERE
|
||||
CGAL_MAKEFILE = /cygdrive/c/cgal/CGAL-3.3-I-148/make/makefile_i686_CYGWINNT-5.1_CL.EXE-1310
|
||||
include $(CGAL_MAKEFILE)
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
|
|
|
|||
Loading…
Reference in New Issue