mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Remove most details in the README, use the bundle instead
This commit is contained in:
parent
8bc539ab7b
commit
4e41112cb7
56
README.md
56
README.md
@ -1,55 +1,5 @@
|
||||
|
||||
# Development with Linux or Darwin
|
||||
# Planet Blupi
|
||||
|
||||
## Build
|
||||
|
||||
```
|
||||
mkdir Debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
cmake --build .
|
||||
|
||||
mkdir Release
|
||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||
cmake --build .
|
||||
```
|
||||
|
||||
## Deploy
|
||||
|
||||
An AppImage file is automatically generated with Release builds.
|
||||
|
||||
# Development with MSYS2 (Windows)
|
||||
|
||||
**Update your toolchain**
|
||||
```
|
||||
pacman -Syuu
|
||||
```
|
||||
|
||||
**Install main development packages**
|
||||
```
|
||||
pacman -S --noconfirm --needed mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake pkg-config
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
```
|
||||
mkdir Debug
|
||||
cmake -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Debug ..
|
||||
cmake --build .
|
||||
|
||||
mkdir Release
|
||||
cmake -G"MSYS Makefiles" -DCMAKE_BUILD_TYPE=Release ..
|
||||
cmake --build .
|
||||
```
|
||||
|
||||
## Deploy
|
||||
|
||||
You need NSIS64 in order to create the Windows installer.
|
||||
|
||||
```
|
||||
pacman -S mingw64/mingw-w64-x86_64-nsis
|
||||
```
|
||||
|
||||
Run the following command (Release build only):
|
||||
```
|
||||
make -C src/planetblupi_Project-build package
|
||||
```
|
||||
Please, do not use this repository directly for development but refer to the
|
||||
bundle located at https://github.com/blupi-games/planetblupi-dev.git.
|
||||
|
Loading…
x
Reference in New Issue
Block a user