@@ -85,12 +85,27 @@ If you installed GAP on several architectures, then you must execute the
8585configure/make step for each of the architectures. You can either do this
8686immediately after configuring and compiling GAP itself on this architecture, or
8787alternatively set the environment variable ` CONFIGNAME ` to the name of the
88- configuration you used when compiling GAPbefore running ` ./configure ` . Note
88+ configuration you used when compiling GAP before running ` ./configure ` . Note
8989however that your compiler choice and flags (environment variables ` CC ` and
9090` CFLAGS ` ) need to be chosen to match the setup of the original GAP compilation.
9191For example, you have to specify 32-bit or 64-bit mode correctly!
9292
93- Digraphs vendors ` bliss ` and ` planarity ` libraries in the ` extern ` directory.
93+ ### Configuration options
94+
95+ In addition to the usual autoconf generated configuration flags, the following
96+ flags are provided.
97+
98+ Option | Meaning
99+ ----------------------------- | ------------------------------------------------
100+ --enable-code-coverage | enable code coverage support
101+ --enable-compile-warnings | enable compiler warnings
102+ --enable-debug | enable debug mode
103+ --with-external-bliss | use external ` bliss `
104+ --with-external-planarity | use external ` planarity `
105+ --with-gaproot | specify root of GAP installation
106+ --without-intrinsics | do not use compiler intrinsics even if available
107+
108+ Digraphs vendors the ` bliss ` and ` planarity ` libraries in the ` extern ` directory.
94109If you wish to use your system copy of ` bliss ` or ` planarity ` , please use the
95110configure options ` --with-external-bliss ` or ` --with-external-planarity ` , as
96111appropriate.
0 commit comments