New addition: DSView
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user