mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
Update README.md
This commit is contained in:
parent
4b8712b0f5
commit
7e4be6fdb6
@ -78,7 +78,7 @@ sudo ln -s /usr/local/mysql-connector-c++/lib64/libcrypto.1.1.dylib /path/to/bui
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Windows builds (native) (CURRENTLY BROKEN ONCE COMPILED)
|
### Windows builds (native) (CURRENTLY BROKEN ONCE COMPILED)
|
||||||
~~Ensure that you have either the [MSVC](https://visualstudio.microsoft.com/vs/) or the [Clang](https://github.com/llvm/llvm-project/releases/) (recommended) compiler installed. You will also need to install [CMake](https://cmake.org/download/).
|
Ensure that you have either the [MSVC](https://visualstudio.microsoft.com/vs/) or the [Clang](https://github.com/llvm/llvm-project/releases/) (recommended) compiler installed. You will also need to install [CMake](https://cmake.org/download/).
|
||||||
|
|
||||||
**Build the repository**
|
**Build the repository**
|
||||||
```batch
|
```batch
|
||||||
@ -92,7 +92,7 @@ cmake ..
|
|||||||
:: Run CMake with build flag to build
|
:: Run CMake with build flag to build
|
||||||
cmake --build .
|
cmake --build .
|
||||||
```
|
```
|
||||||
~~
|
|
||||||
|
|
||||||
### Windows builds (WSL)
|
### Windows builds (WSL)
|
||||||
This section will go through how to install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) and building in a Linux environment under Windows. WSL requires Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.
|
This section will go through how to install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) and building in a Linux environment under Windows. WSL requires Windows 10 version 2004 and higher (Build 19041 and higher) or Windows 11.
|
||||||
|
Loading…
Reference in New Issue
Block a user