Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPack Migration #844

Open
5 of 17 tasks
cor3ntin opened this issue Feb 26, 2018 · 0 comments
Open
5 of 17 tasks

CPack Migration #844

cor3ntin opened this issue Feb 26, 2018 · 0 comments
Labels

Comments

@cor3ntin
Copy link
Contributor

cor3ntin commented Feb 26, 2018

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

  • ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant