mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 20:30:31 +00:00
add TFV install directions
This commit is contained in:
parent
c1b37e50e7
commit
6f2a434c0e
16
INSTALL.tfv
Normal file
16
INSTALL.tfv
Normal file
@ -0,0 +1,16 @@
|
||||
Sorry for how convoluted these are.
|
||||
|
||||
To install TFV on Linux on Debian (including Raspberry Pi w Raspbian)
|
||||
|
||||
First install some pre-requisites:
|
||||
sudo apt-get install libsdl1.2-dev gcc make git
|
||||
|
||||
Then run the following commands:
|
||||
git clone https://github.com/deater/dos33fsprogs.git
|
||||
cd dos33fsprogs
|
||||
make
|
||||
cd gr-sim
|
||||
make
|
||||
cd tfv
|
||||
./tfv
|
||||
|
Loading…
Reference in New Issue
Block a user