Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
open_class_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CLASS_API
open_class_api
Commits
8edb1d4d
Commit
8edb1d4d
authored
Nov 3, 2022
by
Arcas Ruiz-Ruano, Javier
Browse files
Options
Downloads
Patches
Plain Diff
README modified.
parent
c263ea5e
No related branches found
No related tags found
No related merge requests found
Pipeline
#91640
failed
Nov 3, 2022
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-15
10 additions, 15 deletions
README.md
with
10 additions
and
15 deletions
README.md
+
10
−
15
View file @
8edb1d4d
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment