Add README with build instructions

This commit is contained in:
2026-02-17 17:28:32 -07:00
parent 6396e49f9b
commit 8a75dab453

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Unnamed CAD Software
## Development
### Building
On Debian 12:
```bash
$ sudo apt install cmake qt6-base-dev qt6-svg-dev libtbb-dev
$ sudo apt install libocct-foundation-dev libocct-modeling-data-dev libocct-modeling-algorithms-dev libocct-visualization-dev
$ mkdir build
$ cd build/
$ cmake ..
$ make
$ ./OpenCAD
```