1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
Mathieu Schroeter e9d2782b9c Cosmetics
2017-02-14 23:10:12 +01:00
2017-02-14 19:09:15 +01:00
2017-02-02 17:54:09 +01:00
2017-01-21 15:25:10 +01:00
2017-02-10 23:03:33 +01:00
2017-02-05 11:23:29 +01:00
2017-02-05 11:23:29 +01:00
2017-02-05 11:23:29 +01:00
2017-01-21 17:51:48 +01:00
2017-02-14 23:10:12 +01:00
2017-02-14 17:27:19 +01:00

Development with Linux or Darwin

Build

mkdir Debug
cmake -DCMAKE_BUILD_TYPE=Debug ..
cmake --build .

mkdir Release
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

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

Install SDL2 development packages

pacman -S --noconfirm --needed mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_mixer mingw-w64-x86_64-SDL2_image

Install SDL_kitchensink dependencies

pacman -S --noconfirm --needed mingw-w64-x86_64-libass mingw-w64-x86_64-ffmpeg

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 .
Description
Planet Blupi source code
Readme 204 MiB
Languages
C++ 93.6%
CMake 4.4%
C 1.9%
AppleScript 0.1%