Jump to content

SDK compine for Linux support


Recommended Posts

Make compilation rules yourself then.

Open every vcproj file and check what files are used for compilation. There are also compilation flags for compiler and linker.

Use all of those to compile.

You can try to automate it if you just base your compilation rules on openjk ones (for example: https://github.com/JACoders/OpenJK/blob/master/codemp/cgame/CMakeLists.txt).But you will need to modify it to match SDK files and folders.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...