Skip to content
Snippets Groups Projects
Commit ed28af6a authored by Davisson Henrique Paulino's avatar Davisson Henrique Paulino
Browse files

Update README.md

parent 854543f1
No related branches found
No related tags found
1 merge request!97Update README.md
Pipeline #
...@@ -9,11 +9,17 @@ c++ compiler ...@@ -9,11 +9,17 @@ c++ compiler
cmake cmake
libudev 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 building and compiling
---------------------- ----------------------
Run Run
$ cd build $ mkdir build && cd build
$ cmake .. $ cmake ..
to generate a `Makefile`, library objects and misterious CMake files, then to generate a `Makefile`, library objects and misterious CMake files, then
...@@ -75,16 +81,16 @@ Clone doxygen project from github ...@@ -75,16 +81,16 @@ Clone doxygen project from github
$ git clone https://github.com/doxygen/doxygen $ 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 Building and compiling
---------------------- ----------------------
$ cd doxygen $ cd doxygen
$ mkdir build $ mkdir build && cd build
$ cmake -G "Unix Makefiles" .. $ cmake -G "Unix Makefiles" ..
$ make $ 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