diff options
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -36,3 +36,18 @@ content covered in the given `README`. Mechanical design is handled inside the `mech` directory. It consists of source files for OpenSCAD aswell as configuration file(s) for the Prusa Slicer software. + +## Build instructions + +To build the contents of this repository the following software tools are +required: + +- Linux operating system +- GNU coreutils +- GNU make +- pdflatex +- OpenSCAD +- Prusa Slicer + +A full build can be started with `make`. The results can be removed with `make +clean`. |