a 3D Fediverse MMORPG game
Go to file
Nicolás A. Ortega 43f7d75264
Stricter compiler.
2017-04-26 12:44:04 +02:00
src Irrlicht is now linked to the binary. 2017-04-22 13:14:15 +02:00
.gitignore Added a gitignore based on premake4 generated files. 2017-04-22 00:43:34 +02:00
LICENSE Added readme and license. 2017-04-22 00:16:41 +02:00
README.md Added more information to README.md 2017-04-22 01:11:42 +02:00
astyle.cfg astyle configuration for the project. 2017-04-22 12:28:38 +02:00
premake4.lua Stricter compiler. 2017-04-26 12:44:04 +02:00

README.md

Libreternity

A 3D federated MMORPG.

Building

This project is built using the premake4 system. Run the following to compile with GNU Make:

$ premake4 gmake
$ make

Use make help to list additional options.

Licensing

This project is licensed under the terms of the GNU Affero General Public License version 3 or greater.