New addition: LeoCAD

This commit is contained in:
2023-10-28 20:09:19 +02:00
parent 76c71fb194
commit 5d33be5a3d
2 changed files with 31 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# LeoCAD
## Tested with
* Linux Mint 21.2 Cinnamon
* LeoCAD Version 21.06
## Installation
```shell
sudo apt update
```
```shell
sudo apt install -y leocad ldraw-parts
```
### Optional
```shell
sudo apt install -y povray
```
## Removal
```shell
sudo apt autoremove -y --purge leocad ldraw-parts povray
```
+1
View File
@@ -5,6 +5,7 @@ My collection of readme files for Debian based desktop opperating systems.
## Software installation
* [Google Chrome](google-chrome.md)
* [LeoCAD](leocad.md)
* [Steam](steam.md)
* [VirtualBox](virtualbox.md)