summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index cdfcabe..156f9ee 100644
--- a/README.md
+++ b/README.md
@@ -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`.