Change build command in build script (#729)

The script now uses the cmake build as to be compatible with all platforms as opposed to just platforms that supported gnu make.
This commit is contained in:
Demetri Van Sickle 2022-08-16 01:49:44 -07:00 committed by GitHub
parent 1e1b6aaa0b
commit 54021458bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,8 @@ cd build
# Run cmake to generate make files
cmake ..
# Run make to build the project. To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `make -j8`
make
# To build utilizing multiple cores, append `-j` and the amount of cores to utilize, for example `cmake --build . --config Release -j8'
cmake --build . --config Release
# Run migrations
./MasterServer -m