Mentions légales du service

Skip to content

CPack Migration

Created by: cor3ntin

I'm in the process of migrating the installers to cpack

  • Better Management of the version number
  • Generate the trads at build time
  • Build and bundle the docs
  • Clean / Remove the include installation

Windows

  • Install Qt5 using windeployqt
  • Make the NSIS Installer compatible with CPack
  • Always install everything, including the drivers. Doesn't preclude from having a non-mobsya at build time
  • Make a batch / python script to build blockly, integrate with cmake
  • Clone Blockly on the build system
  • Create the driver files via cmake
  • Sign the binaries, the installer, uninstaller

Mac

  • Install Qt5 using macdeployqt
  • Create a bundle with CPack
  • Have each application be its own sub bundle
  • Generate a .DSStore at build time
  • Sign everything

Linux

  • ???