Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iriutils
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
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
algorithms
iriutils
Merge requests
!1
Minor changes in the ReadMe.md file for proper display.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Minor changes in the ReadMe.md file for proper display.
doxygen
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Sergi Hernandez
requested to merge
doxygen
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3315dbca
1 commit,
7 years ago
1 file
+
4
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ReadMe.md
+
4
−
5
Options
@@ -84,21 +84,20 @@ Under MacOS most of the packages are available via [fink](http://www.finkproject
Download this repository and create a build folder inside:
```
mkdir build ```
```
mkdir build ```
Inside the build folder execute the following commands:
```
cmake ..
```
```
cmake ..
```
```
make
```
```
make
```
In case no errors are reported, the generated libraries (is any) will be located at the
_lib_ folder and the executables (if any) will be located at the _bin_ folder.
To generate the documentation execute the following command:
```
make doc
```
```
make doc
```
## Disclaimer
Loading