Sync push
This commit is contained in:
parent
020b11bf36
commit
7f26511175
2 changed files with 1 additions and 3 deletions
|
|
@ -145,7 +145,7 @@ eval "$(/usr/local/bin/brew shellenv)"
|
||||||
##### Step 3: Install dependencies
|
##### Step 3: Install dependencies
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install llvm gdb cmake make boost sdl2 sdl2_mixer sdl2_image sdl2_ttf sdl2_gfx pkg-config
|
brew install git llvm gdb cmake make boost sdl2 sdl2_mixer sdl2_image sdl2_ttf sdl2_gfx pkg-config
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Step 4: Build OmniaFramework
|
##### Step 4: Build OmniaFramework
|
||||||
|
|
|
||||||
2
build
2
build
|
|
@ -11,8 +11,6 @@ else
|
||||||
NJOBS=-j$(nproc)
|
NJOBS=-j$(nproc)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# -j"$(sysctl -n hw.ncpu)"
|
|
||||||
|
|
||||||
if [[ "$(uname -s)" == MINGW64_NT* ]]; then
|
if [[ "$(uname -s)" == MINGW64_NT* ]]; then
|
||||||
MAKE_COMMAND=mingw32-make.exe
|
MAKE_COMMAND=mingw32-make.exe
|
||||||
MAKEFILE_TYPE="MinGW Makefiles"
|
MAKEFILE_TYPE="MinGW Makefiles"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue