Add README with build instructions
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user