From 62e6e87678bba5074dfba25de8d0db00b2f4960d Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Sun, 14 Nov 2021 21:58:22 -0300 Subject: [PATCH] Update Readme [ci-skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a8a16af0..93be0adf4 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ Before using QB64 make sure to install the Xcode command line tools with: xcode-select --install ``` -The package comes with a precompiled `qb64` binary that will run as is in macOS Catalina. For older versions of macOS, run ```./setup_osx.command``` to compile QB64 for your OS version. +Run ```./setup_osx.command``` to compile QB64 for your OS version. ## Linux -The package comes with a precompiled `qb64` binary that will run as is in most Debian-based distributions. For other distributions, compile QB64 with ```./setup_lnx.sh```. +Compile QB64 with ```./setup_lnx.sh```. Dependencies should be automatically installed. Required packages include OpenGL, ALSA and the GNU C++ Compiler.