From 2f3bfdc7d8da3ac48b86f2c8a7fac2ef1160438b Mon Sep 17 00:00:00 2001 From: ntdac <40312793+hydrasho@users.noreply.github.com> Date: Mon, 6 Jun 2022 17:00:41 +0200 Subject: [PATCH] Update README.md correction of a huge readme error ! --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d614e6..3563504 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,22 @@ There will be a pop-up at the bottom telling you that an application tried to ru NOTE: This will not run with Windows Subsystem for Linux (WSL)!!! 1. Install the necessary packages: + +For Debian like (Ubuntu, Mint, Pop OS...): ```bash ➜ ~ sudo apt update ➜ ~ sudo apt install build-essential libx11-dev libglfw3-dev libglfw3 xorg-dev ``` -NOTE: For arch-linux you might also have to do ```sudo apt install glfw-x11``` if available. +For Arch-linux (Manjaro, Endeavor, Garuda): +```bash +➜ ~ sudo pacman -S glfw-x11 +``` +OR (if you use sway/wlroots compositor or other wayland compositor) + +```bash +➜ ~ sudo pacman -S glfw-wayland +``` 2. Download MLX42 & Build ```bash