rtrussell / BBCSDL

BBC BASIC for SDL 2.0: for Windows, Linux (86), MacOS, Raspberry Pi, Android and iOS.
zlib License
215 stars 28 forks source link

Please add Fedora instructions to install64.txt #2

Closed ssb22 closed 4 years ago

ssb22 commented 4 years ago

The website at http://www.bbcbasic.co.uk/bbcsdl/ has download links, including Linux edition (64-bit, x86 CPU) which contains a file install64.txt including the text:

Installing SDL 2.0 on Linux systems:
64-bit Debian / Mint / Ubuntu:
 sudo apt-get install libsdl2-2.0-0
 sudo apt-get install libsdl2-ttf-2.0-0
 sudo apt-get install libsdl2-net-2.0-0

Unfortunately I was unable to find the install64.txt file (or code that generates it) in this repository—did I miss something?—but I just wondered if Fedora instructions could be added to the above:

sudo dnf install SDL2 SDL2_ttf SDL2_net

Thanks.

rtrussell commented 4 years ago

Fedora instructions added, and install64.txt included in this repository (in the bin/linux directory) as requested.