diff --git a/dsview.md b/dsview.md new file mode 100644 index 0000000..b342721 --- /dev/null +++ b/dsview.md @@ -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 +``` diff --git a/readme.md b/readme.md index 6b1e40a..e07c0ce 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,7 @@ My collection of readme files for Debian based desktop opperating systems. ## Software installation +* [DSView](dsview.md) * [Google Chrome](google-chrome.md) * [HxCFloppyEmulator toolkit](hxcfloppyemulatortoolkit.md) * [LeoCAD](leocad.md)