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

Already on GitHub? Sign in to your account

OSX Compilation #2

Closed
jmercouris opened this Issue Sep 4, 2017 · 1 comment

Comments

Projects
None yet
1 participant
Collaborator

jmercouris commented Sep 4, 2017

  • Modify make.lisp script to create a binary that grabs all of the
    dependencies and creates a executable that can be deployed on OSX
  • Use macdeployqt to copy the core qt libraries to
    next.app/Contents/Frameworks
  • Use otool -L next.app/Contents/MacOS/next to find the linked
    frameworks that are not located in next.app/Contents/Frameworks,
    manually copy them to next.app/Contents/Frameworks
  • Use install_name_tool to update the now copied frameworks in
    next.app/Contents/Frameworks
  • For more info please see: http://doc.qt.io/qt-5/osx-deployment.html
Collaborator

jmercouris commented Oct 6, 2017 edited

Compilation is now possible due to changes in EQL and ECL. Changes have to be still merged upstream / refined.

Additionally, Portfile should be created for easy setup of developer environment.

@jmercouris jmercouris closed this Oct 6, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment