Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
32dd6a1e
Commit
32dd6a1e
authored
May 20, 2019
by
mathieu _alkama_ m
Committed by
Gargaj
May 20, 2019
Browse files
[macOS] Update Readme for build instructions
parent
14f90e50
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
32dd6a1e
...
...
@@ -89,10 +89,12 @@ Use at least Visual C++ 2010. For the DX9/DX11 builds, obviously you'll be needi
### OSX/macOS
```
cmake``` should take care of everything:
```
cmake .
make
make
install
mkdir build && cd build
c
make
-DCMAKE_BUILD_TYPE=Release ../
c
make
--build .
```
The Bonzomatic.app bundle, resulting from the compilation, should be found in
`./build/Bonzomatic.app`
. You can place it anywhere.
We do NOT recommend putting it in /Applications. Bonzomatic is looking for config.json files and resources living at the same level of the app.
### Linux
You'll need
```xorg-dev```
and
```libglu1-mesa-dev```
; after that
```cmake```
should take care of the rest:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment