You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.