From d70c7cc8d666bbf2e0e0566ad6ef03bce0124765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergi=20Hern=C3=A0ndez=20Juan?= <shernand@iri.upc.edu> Date: Wed, 21 Mar 2012 07:56:31 +0000 Subject: [PATCH] Corrected some mistakes in the documentation. --- doc/main.dox | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/main.dox b/doc/main.dox index ffa174d..3ab6d4d 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -94,6 +94,23 @@ . The release mode will be kept until next time cmake is executed. + \subsection Installation + + In order to be able to use the library, it it necessary to copy it into the system. + To do that, execute + + - make install + . + + as root and the shared libraries will be copied to <em>/usr/local/lib/iridrivers</em> directory + and the header files will be copied to <em>/usr/local/include/iridrivers</em> dierctory. At + this point, the library may be used by any user. + + To remove the library from the system, exceute + - make uninstall + . + as root, and all the associated files will be removed from the system. + \section Customization To build a new application using these library, first it is necessary to locate if the library -- GitLab