Compare commits
2
Commits
02bbd2e2d7
...
eb574b047c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb574b047c | ||
|
|
de55d9db5d |
@@ -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
|
||||||
|
```
|
||||||
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
## Tested with
|
## Tested with
|
||||||
|
|
||||||
* Linux Mint 21.2 Cinnamon
|
* Linux Mint 21.3 Cinnamon
|
||||||
* LeoCAD Version 21.06
|
* LeoCAD Version 23.03
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -23,8 +23,33 @@ sudo apt install -y povray
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Installation from source
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt-get install qtbase5-dev qttools5-dev-tools libqt5opengl5-dev zlib1g-dev
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
git clone https://github.com/leozide/leocad.git
|
||||||
|
cd leocad
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell
|
||||||
|
qmake leocad.pro
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
## Removal
|
## Removal
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo apt autoremove -y --purge leocad ldraw-parts povray
|
sudo apt autoremove -y --purge leocad ldraw-parts povray
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Removal when installed from source
|
||||||
|
|
||||||
|
Open the "leocad" source code folder in a terminal window.
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo make uninstall
|
||||||
|
```
|
||||||
|
|||||||
@@ -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