Skip to content
Snippets Groups Projects
Commit 8edb1d4d authored by Arcas Ruiz-Ruano, Javier's avatar Arcas Ruiz-Ruano, Javier
Browse files

README modified.

parent c263ea5e
No related branches found
No related tags found
No related merge requests found
Pipeline #91640 failed
...@@ -31,18 +31,13 @@ This code has been programmed in C++. Wrappers for C# are generated automaticall ...@@ -31,18 +31,13 @@ This code has been programmed in C++. Wrappers for C# are generated automaticall
## C++ building with CMake ## C++ building with CMake
* Create a build folder and enter the folder * Create a build folder and enter the folder
* Execute the following commands to configure the platform * Execute the following commands to configure the platform
- Windows - Windows
```
cmake -G "Visual Studio 15 2017 Win64" CMAKE_BUILD_TYPE=Release ../ cmake -G "Visual Studio 15 2017 Win64" CMAKE_BUILD_TYPE=Release ../
cmake --build . --target ALL_BUILD --config Release cmake --build . --target ALL_BUILD --config Release
```
- Linux - Linux
```
cmake ../ cmake ../
make make
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment