From 124941e7c5f346827f4a9a8b8f8379e4a7768992 Mon Sep 17 00:00:00 2001 From: Pirachy Date: Fri, 21 Feb 2020 21:11:34 +0000 Subject: [PATCH 1/3] More comprehensive README.md rovided correct installation instructions that are lacking both on the github page and the wiki, saving new users from having to google for issues they encounter during install. --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 429310603..71b1290c2 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,32 @@ We tweet from [@QB64Team](https://twitter.com/QB64team) Find us on Discord: http://discord.qb64.org Find us on IRC: http://irc.qb64.org/ + + +# Installation + +Windows +-- + +Download the respective Zip (or 7Zip) file for your version of Windows over at: https://github.com/QB64Team/qb64/releases + +Once you have downloaded your file, make sure to Extract the file contents to C:\ + +Failing to do so will reuslt in QB64 failing to comple your source. + +Additionally, the Gorilla editor that launches by default will produce IDE module errors, before proceeding to hang. + +``` IDE MODULE ERROR (module: ide_methods, on line: 10223)``` + +``` IDE MODULE ERROR (module: ide_methods, on line: 7109)``` + +Mac +-- +Before installing QB64 make sure to install the Xcode comand line tools with +```bash +xcode-select --install +``` + +You can then download QB64 over at: https://github.com/QB64Team/qb64/releases + +Once you have downloaded the executable, it is advisable for QB64 to be placed in the Applications folder. \ No newline at end of file From 27e9882dbcad23293c31a31c30f753153a7e214c Mon Sep 17 00:00:00 2001 From: Pirachy Date: Sat, 22 Feb 2020 14:29:42 +0000 Subject: [PATCH 2/3] Fixed typo and added more info The title is self explanatory --- README.md | 84 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 55 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 71b1290c2..223dacff6 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,63 @@

Date: Sun, 23 Feb 2020 00:02:49 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 42 ++++++++++++++++++------------------------ 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 223dacff6..41cad9a11 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # QB64

- +