Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.13 KB

IBM-DOS-GAMES

games and custom programs for my old 1989 IBM PS/2

IBM Blinking

HOW TO USE:

this requires the free pascal compiler located at: http://www.freepascal.org/ the fpc can also be downloaded directly from: free pascal downloads

you must add this path to your .bashrc (or .zshrc) file:

export PATH=/usr/local/bin:$PATH

name your files with the extension:

*.pas

to compile the program run:

fpc filename.pas

to name the executable from your program type what you want in the 'xxx' spot:

fpc filename.pas -oxxx

Convert to DOS

before the program can be run on an old IBM computer it must be converted into a readable format by addint the carriage return character. do do this run the convert script:

./convert filename

or

./convert fiulepath/filename

REQUIREMENTS: