Files
lifting-bits-remill/packaging/README.md
T
2021-02-18 16:36:02 +01:00

381 B

remill packaging scripts

How to generate packages

  1. Configure and build remill
  2. Set the DESTDIR variable to a new folder
  3. 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"