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

macOS instructions #37

Closed
fred-corp opened this issue Nov 18, 2024 · 1 comment
Closed

macOS instructions #37

fred-corp opened this issue Nov 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fred-corp
Copy link

fred-corp commented Nov 18, 2024

I was able to install on macOS with the following commands :

Install dependencies with homebrew

brew install imagemagick
brew install qt
brew install --cask font-lato
brew install texlive

Note : I may have had some dependencies preinstalled on my computer from other software installations/compilations, if someone can test this on their Mac it would be great, to see if there's something missing.

Build from source

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build
sudo cmake --build build --target install

It may be useful to add those instructions to README.md :)

Tested on MacBook Pro 15" 2017 (Intel), macOS Sequoia (with OCLP)

@thomaslepoix thomaslepoix added the enhancement New feature or request label Nov 20, 2024
@thomaslepoix
Copy link
Owner

Good news, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants