1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Add more details in README

This commit is contained in:
Mathieu Schroeter 2017-08-21 07:05:01 +02:00
parent 8a5ff9a874
commit c7ebae03e6

View File

@ -50,7 +50,8 @@ You need the usual development packages for C++ ([GCC][4]) with pkg-config and
### Darwin
You need the development commandline tools provided by Apple via Xcode (Clang),
pkg-config and [CMake][6].
pkg-config and [CMake][6]. It shoulw be possible to use [GCC][4] via
[Homebrew][7] or [MacPorts][8].
### Windows with [MSYS2][3]
@ -120,3 +121,5 @@ directory according to the platform.
[4]: https://gcc.gnu.org
[5]: https://clang.llvm.org
[6]: https://cmake.org
[7]: https://brew.sh
[8]: https://macports.org