mirror of https://github.com/CGAL/cgal
Put release build in its own directory
This commit is contained in:
parent
9d7f8c9308
commit
1b72353dba
12
INSTALL.md
12
INSTALL.md
|
|
@ -27,12 +27,12 @@ make
|
|||
|
||||
Here is an example of how to build the library in Release:
|
||||
``` {.bash}
|
||||
> git clone https://github.com/CGAL/cgal.git /path/to/cgal.git
|
||||
> cd /path/to/cgal.git
|
||||
> mkdir -p build/debug
|
||||
> cd build/debug
|
||||
> cmake -DCMAKE_BUILD_TYPE=Release ../..
|
||||
> make
|
||||
git clone https://github.com/CGAL/cgal.git /path/to/cgal.git
|
||||
cd /path/to/cgal.git
|
||||
mkdir -p build/release
|
||||
cd build/release
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ../..
|
||||
make
|
||||
```
|
||||
Note that *no installation is required* to use that version of CGAL once it has been compiled.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue