mirror of
https://github.com/alterware/master-server.git
synced 2025-07-02 09:11:51 +00:00
build(premake): do not hardcode Premake5.lua to use clang (#53)
This commit is contained in:
@ -12,4 +12,5 @@ This is the master server our clients use. It is based on the DP Master Server (
|
||||
|
||||
**IMPORTANT**
|
||||
For Unix systems, you must use Clang to compile this project. You will also be required to install the LLVM C++ Standard library to run this program.
|
||||
If you need to use another compiler, like GCC, you must use the [Mold](https://github.com/rui314/mold) linker. Additionally, you must tweak the Premake5.lua script as it is hardcoded to use Clang.
|
||||
If you need to use another compiler, like GCC, you must use the [Mold](https://github.com/rui314/mold) linker. Additionally, you may have to tweak the Premake5.lua script.
|
||||
I only support a few platforms, for more details see [build.yml](https://github.com/alterware/master-server/blob/master/.github/workflows/build.yml)
|
||||
|
Reference in New Issue
Block a user