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
|
||||
```
|
||||
Reference in New Issue
Block a user