Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 261 Bytes

INSTALL.md

File metadata and controls

9 lines (7 loc) · 261 Bytes

Installation

To install scifir-units you have to use CMake and make. The library is called scifir-units, the other scifir libraries aren't yet published in the web. The commands to install it are the following:

cmake .
make
make install