5 lines
72 B
Bash
5 lines
72 B
Bash
mkdir GNU_Proj
|
|
cd GNU_Proj
|
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
|
make -j2
|