Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OptLP
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PMC-SOG
OptLP
Commits
2a3c41ee
Commit
2a3c41ee
authored
5 months ago
by
Jaime Arias
Browse files
Options
Downloads
Patches
Plain Diff
docs: update README
parent
30675c2f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
README.md
+6
-6
6 additions, 6 deletions
README.md
with
7 additions
and
6 deletions
CMakeLists.txt
+
1
−
0
View file @
2a3c41ee
...
...
@@ -11,6 +11,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set
(
CMAKE_CXX_EXTENSIONS OFF
)
# Ensure that or-tools library is built statically
set
(
BUILD_DEPS ON
)
set
(
BUILD_SHARED_LIBS OFF
)
# add compilation options
...
...
This diff is collapsed.
Click to expand it.
README.md
+
6
−
6
View file @
2a3c41ee
...
...
@@ -60,17 +60,17 @@ Make sure to install the necessary dependencies before running the program:
The tool can be compiled as follows:
```
sh
mkdir
build
&&
cd
build
cmake
-
DBUILD_DEPS
=
ON ..
make
make
install
mkdir
build
cmake
-
S
.
-B
build
# configures the project
c
make
--build
build
--
-j
# builds the project using all available CPU cores
c
make
--
install
build
# installs the project: ./assets/optlp
```
## Run
Once installed, the binary
`optlp`
will be in the
`
src
`
folder.
Once installed, the binary
`optlp`
will be in the
`
assets
`
folder.
```
sh
cd
build/src/optlp
cd
assets
./optlp
```
...
...
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