Update readme and apple build
This commit is contained in:
parent
524e10ac8f
commit
4e5e3e515c
|
@ -112,7 +112,7 @@ if (NOT MSVC)
|
||||||
-Wmissing-prototypes
|
-Wmissing-prototypes
|
||||||
-Wconversion -Wno-sign-conversion
|
-Wconversion -Wno-sign-conversion
|
||||||
)
|
)
|
||||||
if (NOT CLANG)
|
if (NOT APPLE)
|
||||||
add_definitions(-static -static-libgcc -static-libstdc++)
|
add_definitions(-static -static-libgcc -static-libstdc++)
|
||||||
endif ()
|
endif ()
|
||||||
endif (NOT MSVC)
|
endif (NOT MSVC)
|
||||||
|
|
|
@ -33,8 +33,8 @@ Optionally you can also install **cppcheck** and **physfs**
|
||||||
|
|
||||||
Once that is done run the following:
|
Once that is done run the following:
|
||||||
```bash
|
```bash
|
||||||
mkdir build
|
mkdir _build
|
||||||
cd build
|
cd _build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Debug .. # Build type flag is optional
|
cmake -DCMAKE_BUILD_TYPE=Debug .. # Build type flag is optional
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue