24 lines
385 B
Markdown
24 lines
385 B
Markdown
# 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
|
|
```
|