From 72ab2ddfbcfb9f7c96ea80f1fabc468feb043f57 Mon Sep 17 00:00:00 2001 From: Benjamin Summerton Date: Sat, 29 Jul 2017 00:27:29 -0400 Subject: [PATCH] Noting what we support in terms of Pi machines. --- Compile-for-Raspberry-Pi.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Compile-for-Raspberry-Pi.md b/Compile-for-Raspberry-Pi.md index 6649e19..bd0187d 100644 --- a/Compile-for-Raspberry-Pi.md +++ b/Compile-for-Raspberry-Pi.md @@ -1,4 +1,8 @@ -To build your raylib game for Raspberry Pi you need to download raylib git repository and install some dependencies. raylib already comes with ready-to-use makefiles to compile source code and examples. +To build your raylib game for Raspberry Pi you need to download raylib git repository and install some dependencies. raylib already comes with ready-to-use makefiles to compile source code and examples. + +### Supported Devices + +Right now, we only support the [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) OS on Raspberry Pi 2 & 3 devices. ### Installing dependencies