New addition: DSView

This commit is contained in:
2025-07-04 20:20:50 +02:00
parent 02bbd2e2d7
commit de55d9db5d
2 changed files with 24 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# DSView
## Tested with
* Linux Mint 21.3 Cinnamon
* DSView v1.3.2
## Installation
```shell
sudo apt install -y git gcc g++ make cmake qttools5-dev libglib2.0-dev zlib1g-dev libusb-1.0-0-dev libboost-dev libfftw3-dev python3-dev libudev-dev pkg-config
```
```shell
git clone https://github.com/DreamSourceLab/DSView.git
cd DSView
```
```shell
cmake .
make
sudo make install
```
+1
View File
@@ -4,6 +4,7 @@ My collection of readme files for Debian based desktop opperating systems.
## Software installation ## Software installation
* [DSView](dsview.md)
* [Google Chrome](google-chrome.md) * [Google Chrome](google-chrome.md)
* [HxCFloppyEmulator toolkit](hxcfloppyemulatortoolkit.md) * [HxCFloppyEmulator toolkit](hxcfloppyemulatortoolkit.md)
* [LeoCAD](leocad.md) * [LeoCAD](leocad.md)