Added more information to README.md

This commit is contained in:
Nicolás A. Ortega 2017-04-22 01:11:42 +02:00
parent dc1064ec91
commit 048a75b135
No known key found for this signature in database
GPG Key ID: 3D786FB3123FF1DD
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
Libreternity
============
A 3D federated MMORPG.
Building
--------
This project is built using the `premake4` system. Run the following to compile with [GNU Make](https://www.gnu.org/software/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](/LICENSE).