|
|
|
|
|
by jcelerier
1514 days ago
|
|
The equivalent of this is cmake -S source_folder -B build_folder
cmake --build build_folder
cmake --install build_folder
You don't need to run a GUI at all for this, I don't see how you could infer this from the previous messages |
|