From 035722b790ca62709430425c524e5499a475e56e Mon Sep 17 00:00:00 2001 From: rai Date: Sun, 10 May 2020 15:51:58 +0200 Subject: [PATCH] Updated Compiling on Linux (markdown) --- Compiling-on-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling-on-Linux.md b/Compiling-on-Linux.md index 3236ca5..f60ca8d 100644 --- a/Compiling-on-Linux.md +++ b/Compiling-on-Linux.md @@ -34,7 +34,7 @@ sudo pacman -S base-devel python audiofile sdl2 glew sudo xbps-install -S base-devel python3 audiofile-devel SDL2-devel glew-devel ``` -## Void Linux - targeting 32 bits +### Void Linux - targeting 32 bits ``` sudo xbps-install -S base-devel python3 audiofile-devel-32bit SDL2-devel-32bit glew-devel-32bit ```