Skip to content
Update Developer Installation authored by AbedYassine's avatar AbedYassine
...@@ -72,8 +72,8 @@ ...@@ -72,8 +72,8 @@
4. Go to the build directory and get the paths for ``g++`` and ``gcc``. 4. Go to the build directory and get the paths for ``g++`` and ``gcc``.
``` ```
> cd $HOME/pdt-space/Build/ReleaseGCC > cd $HOME/pdt-space/Build/ReleaseGCC
> OUT_CXX = "$(which g++)" > export OUT_CXX = "$(which g++)"
> OUT_C = "$(which gxx)" > export OUT_C = "$(which gxx)"
``` ```
5. Run the following command in the terminal: 5. Run the following command in the terminal:
``` ```
... ...
......