1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00

Update Readme [ci-skip]

This commit is contained in:
Fellippe Heitor 2021-11-14 21:58:22 -03:00 committed by GitHub
parent 4afb8f7531
commit 62e6e87678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
<a name="Linux"></a>
## 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.