From ed28af6a6acd0979e241f24369e08fda778d2ac0 Mon Sep 17 00:00:00 2001 From: Davisson Henrique Paulino <dhp14@inf.ufpr.br> Date: Mon, 18 Sep 2017 11:35:39 -0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6918f51e..65bc09a5 100644 --- a/README.md +++ b/README.md @@ -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 -- GitLab