Skip to content
Snippets Groups Projects
Commit de5f2779 authored by Tiago Peixoto's avatar Tiago Peixoto
Browse files

Set --prefix when calling configure

parent 4a6c22b6
Branches
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@ In our lab, compiling ``graph-tool`` counts as work.
![](https://imgs.xkcd.com/comics/compiling.png)
:::
```bash
./configure CXX="ccache g++" MOD_CXXFLAGS="-flto" LDFLAGS="-flto"
./configure --prefix=/usr CXX="ccache g++" MOD_CXXFLAGS="-flto" LDFLAGS="-flto"
```
We can now actually start the compilation by evoking ``make``:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment