- Configure and build remill
- Set the DESTDIR variable to a new folder
- Run the packaging script, passing the DESTDIR folder
Example:
remill_version=$(git describe --always)
cpack -D REMILL_DATA_PATH="/path/to/install/directory" \
-R ${remill_version} \
--config "packaging/main.cmake"