Please, provide an instruction how to build on Linux. #59
-
|
I'm a Linux user (Fedora 41). And of course love C&C, want to play Native on Linux. I have done |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
|
Hi, you'll find GitHub workflow files for ubuntu here. That's exactly what you requested (for ubuntu; Not for fedora). See the ubuntu.yml
The CMake dance: Typical workflow is:
|
Beta Was this translation helpful? Give feedback.
-
|
hi Using preset linux64-deploy "- Linux Release Config" or linux64-testing "- Linux Test Config" in the folder you will find the RTS binary. But something is missing I can post the infomation for how I build Command & Conquer: Generals – Zero Hour. if it will help |
Beta Was this translation helpful? Give feedback.
-
|
Don't you know, what should I do with |
Beta Was this translation helpful? Give feedback.
-
|
will this give a linux executable? and does it support multiplayer? |
Beta Was this translation helpful? Give feedback.
-
|
I've made a devcontainer (Docker container) and build the executable successfully. Now, when I start the app - got an error: It is because Docker container doesn't have XServer. I have mounted my host system XWayland. But no success. How can I turn on verbose mode to troubleshoot? |
Beta Was this translation helpful? Give feedback.
On Debian 12 (x64, as ARM64 is not supported yet):
Install vcpkg via
git clone https://github.com/microsoft/vcpkg.gitand thencd vcpkgand./bootstrap-vcpkg.sh.You need to add VCPKG to the environment via
export VCPKG_ROOT=$PWDandexport PATH=$PATH:$VCPKG_ROOT.Then you can run cmake using the
--preset defaultoption: