From: Jason Self Date: Sun, 16 Nov 2014 23:50:07 +0000 (-0800) Subject: Updating build instructions with correct file names X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=d3654596beca941e6825bac3cd1caa2ed7beb688;p=supernova.git Updating build instructions with correct file names --- diff --git a/BUILD.TXT b/BUILD.TXT index bd15d2e..b2a5ed5 100644 --- a/BUILD.TXT +++ b/BUILD.TXT @@ -10,9 +10,9 @@ sudo apt-get install fpc fp-units-multimedia libncursesw5-dev To compile it change into the src directory and then run: -fpc BEYOND.PAS +fpc NOVA.PAS -The binary will be named BEYOND and stored in the src directory. +The binary will be named NOVA and stored in the src directory. Known Limitations: * You must be in the 'src' directory to successfully run the program.