Fixed an omission.

Signed-off-by: Daniel Marsee <rdmarsee@gmail.com>
This commit is contained in:
Daniel Marsee 2016-11-03 13:39:22 -04:00
parent ad80cdc7b2
commit 42b9d8e524

View file

@ -31,12 +31,19 @@ INSTALLING
----------
Installer code will not be available at this time for this project.
You will need to compile the source code (electric.bas) yourself while maintaining the original directory structure
You'll need an IDE called QB64 to build this, as it is written in a dialect of QuickBASIC
You'll need Windows and an IDE called QB64 to build this, as it is written in a dialect of QuickBASIC
Yes, it'll run on modern computers
You may either use the download button above to get a compressed version of this code,
or you can use a Git client.
To use the Git client to clone this repository, issure the following command:
git clone http://creamery.cheesewatergames.tk/rdmarsee/Electric.git
Download and install QB64
Open your QB64 IDE and navigate to the Electric folder
Open "electric.bas"
In the QB64 window, select Run->Save EXE in the source folder
Optional: You may want to increase the size of the window in Options->Display and increasing Width and Height
To build and run, select Run->Start -or- hit F5 on your keyboard.
The Electric executible will now be in the Electric folder, ready to be run directly wihtout QB64.
BRANCHES
--------