New addition: HxCFloppyEmulator toolkit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# HxCFloppyEmulator toolkit
|
||||
|
||||
## Tested with
|
||||
|
||||
* Linux Mint 21.2 Cinnamon
|
||||
* HxCFloppyEmulator toolkit v2.14.12.1
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
sudo apt install -y libx11-dev libxft-dev
|
||||
```
|
||||
|
||||
```shell
|
||||
git clone https://github.com/jfdelnero/HxCFloppyEmulator.git
|
||||
cd HxCFloppyEmulator
|
||||
cd build
|
||||
make
|
||||
```
|
||||
|
||||
```shell
|
||||
./hxcfloppyemulator
|
||||
```
|
||||
|
||||
## Removal
|
||||
|
||||
```shell
|
||||
sudo apt autoremove -y --purge libx11-dev libxft-dev
|
||||
```
|
||||
@@ -5,6 +5,7 @@ My collection of readme files for Debian based desktop opperating systems.
|
||||
## Software installation
|
||||
|
||||
* [Google Chrome](google-chrome.md)
|
||||
* [HxCFloppyEmulator toolkit](hxcfloppyemulatortoolkit.md)
|
||||
* [LeoCAD](leocad.md)
|
||||
* [Steam](steam.md)
|
||||
* [VirtualBox](virtualbox.md)
|
||||
|
||||
Reference in New Issue
Block a user