Making use of premake clear in the readme.
This commit is contained in:
parent
91d7acf59e
commit
3403bc1144
|
@ -44,8 +44,10 @@ Windows 8.1+ with Python 2.7 and Visual Studio 2015 installed:
|
||||||
> xb setup
|
> xb setup
|
||||||
# Build on command line:
|
# Build on command line:
|
||||||
> xb build
|
> xb build
|
||||||
# Open Visual Studio (run the 'xenia-app' project):
|
# Run premake and open Visual Studio (run the 'xenia-app' project):
|
||||||
> xb edit
|
> xb edit
|
||||||
|
# Run premake to update the sln/vcproj's:
|
||||||
|
> xb premake
|
||||||
|
|
||||||
When fetching updates use `xb pull` to automatically fetch everything and
|
When fetching updates use `xb pull` to automatically fetch everything and
|
||||||
run premake for project files/etc.
|
run premake for project files/etc.
|
||||||
|
|
Loading…
Reference in New Issue