https://github.com/daniel-j/jj2-server
JJ2 dedicated server written in C++
https://github.com/daniel-j/jj2-server
Last synced: 7 months ago
JSON representation
JJ2 dedicated server written in C++
- Host: GitHub
- URL: https://github.com/daniel-j/jj2-server
- Owner: daniel-j
- Created: 2014-04-06T19:11:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T18:18:42.000Z (about 12 years ago)
- Last Synced: 2024-12-29T01:31:56.546Z (over 1 year ago)
- Language: C++
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JJ2 dedicated server in C++ (Qt)
===
How to build
---
Install QtCreator and Qt5 (Qt4 might work).
Open up the .pro file in the src directory with QtCreator.
Confirm the settings and continue.
Change to Release in the bottom left menu.
Press the hammer to build or press Ctrl+B.
These instructions should work on Windows aswell, haven't tested.