Skip to content

Installation

Gustavo Rosa edited this page Mar 17, 2017 · 3 revisions

LibDEV can be easily installed in Unix-based systems by just following these steps:

Note that in order to build LibDEV, you need to add the following environment variables to your .bashrc or .bash_profile:

  • export OPF_DIR=/home/username/path/to/LibOPF

  • export LIBDEEP_DIR=/home/username/path/to/LibDEEP

  • export OPT_DIR=/home/username/path/to/LibOPT

However, you may find installation issues under OS X. If you have any problem, please let us know. It is advised to use GNU/gcc compiler, instead the one available from Xcode. Here there is a nice tutorial to install GNU/gcc on OS X systems.

Clone this wiki locally