Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 411 Bytes

ARMAMIN

A minimalistic project that demonstrates the usage of armadillo and cmake.

Usage

The configure script finds the armadillo library, compiles the program and links it automatically:

./build config # configures project using cmake
./build # compile and link
./build install # installs the project

The executable file will be in the bin folder.