GithubHelp home page GithubHelp logo

Comments (3)

juzzlin avatar juzzlin commented on July 26, 2024

Hi,

AppImage is a generic packaging format for Linux. Unfortunately there are no packages for macOS as I don't have a Mac. However, you should still be able to build the application from sources for Mac. Only the Qt SDK is needed.

from heimer.

HeathNaylor avatar HeathNaylor commented on July 26, 2024

For the record, I was able to get this to work on OSX (macOS). I installed qt5 via brew and then I had to find the qt5 cmake directory and link it to CMAKE_PREFIX_PATH:

sudo find / -name Qt5Core

From here I took the path provided and updated my CMAKE_PATH_PREFIX:

export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.15.0/lib/cmake:$CMAKE_PREFIX_PATH

When running cmake via the readme instructions, I had to ignore some development logging errors using the following command:

cmake -Wno-dev ..

After that was done I followed the directions here. Once installed, I had a file called heimer that I could execute through the cli:

./heimer

from heimer.

juzzlin avatar juzzlin commented on July 26, 2024

That's right, one should be able to build and run Heimer on OS X without any problems. I just don't use OS X myself so never tested that.

from heimer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.