Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
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
simmctic
agent
Commits
ed28af6a
There was a problem fetching the pipeline summary.
Commit
ed28af6a
authored
7 years ago
by
Davisson Henrique Paulino
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
854543f1
No related branches found
No related tags found
1 merge request
!97
Update README.md
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-4
10 additions, 4 deletions
README.md
with
10 additions
and
4 deletions
README.md
+
10
−
4
View file @
ed28af6a
...
...
@@ -9,11 +9,17 @@ c++ compiler
cmake
libudev
obtaining repository
--------------------
$ git clone --recursive git@gitlab.c3sl.ufpr.br:simmc/agent.git
the
`--recursive`
will download the repository and the submodles
building and compiling
----------------------
Run
$ cd build
$
mkdir build &&
cd build
$ cmake ..
to generate a
`Makefile`
, library objects and misterious CMake files, then
...
...
@@ -75,16 +81,16 @@ Clone doxygen project from github
$ git clone https://github.com/doxygen/doxygen
requirements - flex lib
requirements - flex lib
and bison
-----------------------
$
apt-get install flex
#
apt-get install flex
bison
Building and compiling
----------------------
$ cd doxygen
$ mkdir build
$ mkdir build
&& cd build
$ cmake -G "Unix Makefiles" ..
$ make
...
...
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