crocodile Posted March 28, 2017 Share Posted March 28, 2017 Hi , How can i compile jedi academy sdk , for supporting Linux server , with one program and how ? Link to comment
Smoo Posted March 29, 2017 Share Posted March 29, 2017 https://github.com/JACoders/OpenJK read the readme on how to do it Link to comment
crocodile Posted March 29, 2017 Author Share Posted March 29, 2017 Ok , but i want default jk sdk for compile , not OpenJK. Link to comment
ent Posted March 29, 2017 Share Posted March 29, 2017 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now