Skip to content

Commit

Permalink
MMVII : Update Readme.md for MacOs
Browse files Browse the repository at this point in the history
  • Loading branch information
meynardc committed Jan 31, 2024
1 parent 094dfbc commit 7d0448e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MMVII/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Dependencies
- `sudo apt install ccache cmake`
- If using CLang version XX and want OpenMP: `sudo apt install libomp-XX-dev`

- MacOs:
- Install/check XCode is installed (xcode-select --version)
- Install brew : `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"`
- Install libX11,qt :
- `brew install libX11`
- `brew install qt`
- Set environment variables:
- `export PATH="/usr/local/opt/llvm/bin:$PATH"`
- `export LDFLAGS="-L/usr/local/opt/llvm/lib -L/usr/local/lib -Wl,-rpath,/usr/local/opt/llvm/lib"`
- `export CPPFLAGS="-I/usr/local/opt/llvm/include"`

Compilation (short) :
--------------------
Expand Down

0 comments on commit 7d0448e

Please sign in to comment.