count0 created page: installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
......@@ -152,8 +152,8 @@ Deviations from the standard directories will require that we inform the `config
### Environment variables
The configure script will consult some shell environment variables that will affect its configuration.
* `CXX`: If defined, this variable should point to C++ compiler that should be used.
* `PYTHON`: If defined, this variable should point to the Python interpreter being used.
* `CXX`: If defined, this variable should point to C++ compiler that will be used.
* `PYTHON`: If defined, this variable should point to the Python interpreter that will be used.
* `CPPFLAGS`: If defined, this variable will be used to pass extra flags to the C++ preprocessor (e.g. include flags of the form `-I/some/path`)
* `CXXFLAGS` : If defined, this variable will be used to pass extra flags to the C++ compiler (e.g. debugging and optimization options, `-O0 -g`)
* `LDFLAGS`: If defined, this variable will be used to pass extra flags to the shared object linker (e.g. paths to search for libraries, `-L/some/path`)
......
......