From 92c50f8a806e50ccfd02b362991d4a3e203d4aad Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 27 Jun 2020 12:43:08 +0200 Subject: [PATCH] Add dependencies to the readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 99d2533..f6c67b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # libgui [![Build Status](https://travis-ci.org/Maschell/libgui.svg?branch=wut)](https://travis-ci.org/Maschell/libgui/tree/wut) +# build + +``` +pacman -Syu ppc-portlibs +pacman -Syu ppc-glm ppc-libmad + +``` + ## Usage Following steps are required for initialization: ```C