A free multiplayer action game where you control small and nimble humanoids
License
openclonk/openclonk
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Requirements ============ You should be able to build OpenClonk with any C++ compiler that supports ISO C++14. That said, on Windows, we recommend using Microsoft Visual C++ 2015 or higher; the Express edition will be sufficient. On Linux, you will be fine with GNU g++ 4.9 or later. Apple users should use a clang-based XCode version. To generate project files for your chosen build system, you will also have to install CMake from http://www.cmake.org/. Additionally, OpenClonk depends on a number of third-party libraries: - zlib (http://zlib.net/) - curl (https://curl.haxx.se/) - libpng (http://www.libpng.org/pub/png/libpng.html) - libjpeg-turbo (http://sourceforge.net/projects/libjpeg-turbo/files/) - FreeType (http://www.freetype.org/) - Epoxy (https://github.com/anholt/libepoxy) - FreeALUT (https://github.com/vancegroup/freealut) - libogg and libvorbis (https://www.xiph.org/downloads/) - Qt >= 5.7 (https://www.qt.io/download-open-source/) OS X Specific ============= OpenClonk supports OS X versions 10.8 "Mountain Lion" and later. If you are using brew (https://github.com/mxcl/homebrew) or MacPorts (http://www.macports.org/), the packages you'll have to install are: libjpeg, libpng, freetype, epoxy, libogg, libvorbis Linux Specific ============== For building OpenClonk on Linux, you need the following libraries in addition to the ones listed above: - SDL 2.0 (https://www.libsdl.org/download-2.0.php) - libGL (http://www.mesa3d.org/) - OpenAL Soft >= 1.13 (https://github.com/kcat/openal-soft) - miniupnpc (http://miniupnp.free.fr/) - libxrandr Most distributions should provide these dependencies via their packaging system. At least gcc-4.9 is required. Windows Specific ================ In addition to the libraries above, you will need one more if you want to target Windows: - OpenAL Soft (http://kcat.strangesoft.net/openal.html) To create an installer, you will also need the Nullsoft Install System (http://nsis.sourceforge.net/). To create the installer, build the "setup" target. Packaging Notes for OpenClonk 9.0 ================================= In OpenClonk 9.0, the following dependencies changed: - Epoxy replaces GLEW. This should resolve issues with Wayland. - curl is a new dependency.
About
A free multiplayer action game where you control small and nimble humanoids
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published