Build | |
---|---|
Master: | |
Current: |
This is a version of Els_kom for Elsword and Grand Chase KOM Files.
- Run
git clone https://github.com/Elskom/Els_kom_new.git
. Do not download the master branch as a zip file or build might fail or crash Visual Studio 2017. - Run:
git clone https://github.com/Elskom/newsmake.git
cd newsmake/build
cmake ..
msbuild newsmake.sln /p:Configuration=Release /p:Platform="Win32" /nologo /verbosity:m /m
cd ../../Misc/NEWS
"../../newsmake/build/Release/newsmake"
cd ../..
To build the changelog (optional but recommended). Make sure that msbuild from your VS2017 install is in your global path environment variable first before these commands.
- Open the
PCbuild/pcbuild.sln
solution file in Visual Studio 2017 and then selectRelease
,x86
and hitBuild Solution
. Alternatively you can use the same msbuild command above but changeWin32
tox86
, andnewsmake.sln
toPCbuild/pcbuild.sln
. - Get a cup of Tea. Build might take a bit.