update OSX docs, they don't use the same bin as linux.
This commit is contained in:
parent
9049a646a1
commit
e5b0c478bb
|
@ -42,13 +42,20 @@ DO NOT INSALL ANOTHER MinGW-W64 from another source such as msys2, you don't nee
|
|||
* develop your game
|
||||
* you are good to go.
|
||||
|
||||
# Linux and MacOS Users
|
||||
# Linux Users
|
||||
* CD into the build folder
|
||||
* run ./premake5 gmake2
|
||||
* CD back to the root
|
||||
* run make
|
||||
* you are good to go
|
||||
|
||||
# MacOS Users
|
||||
* CD into the build folder
|
||||
* run ./premake5.osx gmake2
|
||||
* CD back to the root
|
||||
* run make
|
||||
* you are good to go
|
||||
|
||||
# Output files
|
||||
The built code will be in the bin dir
|
||||
|
||||
|
|
Loading…
Reference in a new issue