Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
ball_tracking
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Sebastian Gomez-Gonzalez
ball_tracking
Commits
d1237693
Commit
d1237693
authored
8 years ago
by
Sebastian Gomez-Gonzalez
Browse files
Options
Downloads
Patches
Plain Diff
Readme updated with more installation instructions
parent
5a7e42ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-0
10 additions, 0 deletions
README.md
with
10 additions
and
0 deletions
README.md
+
10
−
0
View file @
d1237693
...
...
@@ -13,6 +13,16 @@ decide to install these packages from the source (For instance, if your OS packa
3.
[
CMake
](
https://cmake.org/
)
4.
[
ZMQ
](
http://zeromq.org/
)
In a modern version of Ubuntu you might be able to get the right version of these packages using:
```
sudo apt-get install libopencv-dev libboost-dev libboost-log-dev libboost-program-options-dev \
libboost-test-dev cmake
```
However, it is very likely that the software version is not up to date. We use OpenCV 3.2,
Boost libraries 1.58 and CMake 3.5.1.
After the pre-requisites are installed, download the source of this library, compile and install. You need
CMake to be able to compile and install this library.
...
...
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