Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 491 Bytes

INSTALL.md

File metadata and controls

18 lines (12 loc) · 491 Bytes

uselinux Install

Home

Installing uselinux requires CMake. uselinux does not support Windows and is not designed with Windows compatibilty in mind. This program is mostly developed on Ubuntu 20.04.

mkdir build
cd build
cmake ..
make

There will be a bin directory in the build directory, containing the executables. Supply --help to those executables to get help information.

Generating Documentation

Run doxygen in the project's root directory.