Skip to content
Snippets Groups Projects
Commit a6424be7 authored by Diego Giovane Pasqualin's avatar Diego Giovane Pasqualin
Browse files

Merge branch 'patch-1' into 'master'

Update README.md

See merge request !97
parents 854543f1 ed28af6a
No related branches found
No related tags found
1 merge request!97Update README.md
Pipeline #
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment