From: RĂ©mi Verschelde Date: Sun, 13 Nov 2016 21:07:39 +0000 (+0100) Subject: Add a README.md with details on the project and repo X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=61f7179735b46f5abac5165016000b1023ca953b Add a README.md with details on the project and repo Also including a badge for the CI build results. --- diff --git a/COMPILING b/COMPILING deleted file mode 100644 index 005bd21..0000000 --- a/COMPILING +++ /dev/null @@ -1,6 +0,0 @@ -With GNU/Linux : -cmake . && make - -With Mac OS : -Use the XCode project. -You need to first build the debug and then the release or it won't work. diff --git a/COMPILING.txt b/COMPILING.txt new file mode 100644 index 0000000..005bd21 --- /dev/null +++ b/COMPILING.txt @@ -0,0 +1,6 @@ +With GNU/Linux : +cmake . && make + +With Mac OS : +Use the XCode project. +You need to first build the debug and then the release or it won't work. diff --git a/README.md b/README.md new file mode 100644 index 0000000..c190d6d --- /dev/null +++ b/README.md @@ -0,0 +1,62 @@ +# Lugaru HD + +[![build status](https://gitlab.com/osslugaru/lugaru/badges/master/build.svg)](https://gitlab.com/osslugaru/lugaru/commits/master) + +This repository holds the official development effort of the open source game +Lugaru (and in particular of its HD version) for Linux, Mac OSX and Windows. + +Developments from various forks have been integrated in the same code base in +an attempt to get a unified game to further develop (e.g. with new features, +new target platforms and new campaigns) and distribute. + +This is the same game as the one distributed by Wolfire Games on +[Lugaru HD's website](http://www.wolfire.com/lugaru), though this repository +contains some further developments which are not (yet) featured in the +commercial version. + +## The game + +Lugaru (pronounced Loo-GAH-roo) is a cross-platform third-person action game. +The main character, Turner, is an anthropomorphic rebel bunny rabbit with +impressive combat skills. In his quest to find those responsible for +slaughtering his village, he uncovers a far-reaching conspiracy involving the +corrupt leaders of the rabbit republic and the starving wolves from a nearby +den. Turner takes it upon himself to fight against their plot and save his +fellow rabbits from slavery. + +## History + +Lugaru was originally developed by David Rosen of [Wolfire Games](http://www.wolfire.com) +and was [open sourced in 2010](http://blog.wolfire.com/2010/05/Lugaru-goes-open-source). +It was made cross-platform with the help of [Ryan C. Gordon](http://icculus.org). + +Various forks were made at that time, and the most interesting developments +were put back together under the OSS Lugaru organization, originally on +[Google Code](https://code.google.com/p/lugaru) and then on +[Bitbucket](https://bitbucket.org/osslugaru/lugaru). + +This new repository on [GitLab](https://gitlab.com/osslugaru/lugaru) is run +by the same team, and aims at revitalizing the development effort to clean +things up, ensuring the code base builds and runs fine on all supported +platforms, and easing the packaging of Lugaru in Linux distributions. + +Ideally, the updated code base could also be used to update the Lugaru HD +version sold by Wolfire Games once proven better than the current commercial +builds. + +## Compiling + +See the `COMPILING.txt` for compilation instructions on all supported +platforms. + +## Licensing + +The source code is distributed under the GNU General Public License version 2 +or (at your option) any later version (GPLv2+). + +The assets (campaigns, graphical and audio assets, etc.) are distributed +under various licenses (CC-BY-SA 3.0 and Freeware) as described in the +`CONTENT-LICENSE.txt` file. + +The third party dependencies of the `Dependencies` folder are distributed +under their respective licenses.