mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 07:56:26 +00:00
add build instructions
This commit is contained in:
parent
8aa7a67100
commit
2b02475fd4
@ -1,4 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
|
|
||||||
project(Launcher)
|
project(Launcher)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
The launcher is the way we communitcate to outside the game, it does a few automated actions such as but not limited to: downloading the mod, launching the game, and create a connection to a server.
|
The launcher is the way we communitcate to outside the game, it does a few automated actions such as but not limited to: downloading the mod, launching the game, and create a connection to a server.
|
||||||
|
|
||||||
|
## How to build
|
||||||
|
|
||||||
|
1. `cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static`
|
||||||
|
2. `cmake --build bin --parallel`
|
||||||
|
|
||||||
Copyright (c) 2019-present Anonymous275.
|
Copyright (c) 2019-present Anonymous275.
|
||||||
BeamMP Launcher code is not in the public domain and is not free software.
|
BeamMP Launcher code is not in the public domain and is not free software.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user