1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00
This commit is contained in:
Mathieu Schroeter 2018-03-16 11:48:05 +01:00
parent 39275f0895
commit eeb2657057

View File

@ -1,4 +1,3 @@
# Planet Blupi development bundle # Planet Blupi development bundle
This bundle is the main repository for building the _Planet Blupi_ game. If This bundle is the main repository for building the _Planet Blupi_ game. If
@ -38,9 +37,9 @@ The source-code is written in C++, only [GCC][4] and [Clang][5] are officially
supported. The clone must be `recursive` because the development use git supported. The clone must be `recursive` because the development use git
submodules. submodules.
- **source-code**: `planetblupi/` * **source-code**: `planetblupi/`
- **source-assets**: `planetblupi-data/` * **source-assets**: `planetblupi-data/`
- **website**: `planetblupi-www/` (see <http://www.blupi.org>) * **website**: `planetblupi-www/` (see <http://www.blupi.org>)
### Linux ### Linux
@ -110,16 +109,16 @@ make -j
If you have built a release, you will find the output in the appropriate If you have built a release, you will find the output in the appropriate
directory according to the platform. directory according to the platform.
- **Linux**: look at `Release/linux-appimage/planetblupi.AppImage` * **Linux**: look at `Release/linux-appimage/planetblupi.AppImage`
- **Darwin**: look at `Release/src/planetblupi_Project/planetblupi-X.Y.Z.dmg` * **Darwin**: look at `Release/src/planetblupi_Project/planetblupi-X.Y.Z.dmg`
- **Windows**: look at `Release/src/planetblupi_Project/planetblupi-X.Y.Z.exe` * **Windows**: look at `Release/src/planetblupi_Project/planetblupi-X.Y.Z.exe`
# Licenses # Licenses
_Planet Blupi_ and all resource files are licensed to the GPLv3+ license. _Planet Blupi_ and all resource files are licensed to the GPLv3+ license.
| Project | License | Description | | Project | License | Description |
| --- | --- | --- | | --------------------- | -------------- | ------------------------------------------------------------------------------------------- |
| [argagg][9] | MIT | simple C++11 command line arg ument parser | | [argagg][9] | MIT | simple C++11 command line arg ument parser |
| [FFmpeg][10] | LGPLv2.1 | complete, cross-platform solution to record, convert and stream audio and video | | [FFmpeg][10] | LGPLv2.1 | complete, cross-platform solution to record, convert and stream audio and video |
| GNU/[gettext][11] | GPLv3 | an i18n and l10n system commonly used for writing multilingual programs | | GNU/[gettext][11] | GPLv3 | an i18n and l10n system commonly used for writing multilingual programs |