New addition: HxCFloppyEmulator toolkit

This commit is contained in:
2023-12-06 19:47:29 +01:00
parent 035429400d
commit 02bbd2e2d7
2 changed files with 30 additions and 0 deletions
+29
View File
@@ -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
```
+1
View File
@@ -5,6 +5,7 @@ My collection of readme files for Debian based desktop opperating systems.
## Software installation ## Software installation
* [Google Chrome](google-chrome.md) * [Google Chrome](google-chrome.md)
* [HxCFloppyEmulator toolkit](hxcfloppyemulatortoolkit.md)
* [LeoCAD](leocad.md) * [LeoCAD](leocad.md)
* [Steam](steam.md) * [Steam](steam.md)
* [VirtualBox](virtualbox.md) * [VirtualBox](virtualbox.md)