Skip to content

02. Installation

EnekoGonzalez3 edited this page Sep 25, 2025 · 1 revision

2.1 Post-Build Installation

2.1.1 Install Commands

From the build directory, execute

make install

to install executables and dependencies into the default install directory (~/chronolog).

2.2 Customizing Installation Path

The installation copies and renames default_conf.json.in to conf/default_conf.json in the installation directory by default. You can pass -DCMAKE_INSTALL_PREFIX=/new/installation/directory to CMake to change it.

Clone this wiki locally