mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
remill packaging scripts
How to generate packages
- 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"