Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Developer Installation
authored
Mar 14, 2021
by
AbedYassine
Show whitespace changes
Inline
Side-by-side
Developer-Installation.md
View page @
b3775d15
...
@@ -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:
```
```
...
...
...
...