# soundbox soundbox is a device to connect classic audio systems to the network. ## Repository overview The following listing provides an overview of the repository structure: ``` . ├── build ├── doc │ ├── LICENSE.txt │ └── documentation.tex ├── Makefile └── README.md ``` The repository root contains the given `README`, a Makefile which allows to build everything with GNU make, the build folder and further folders for different aspects of the device. The `doc` folder contains everything to build the PDF documentation which is generated during a full build. It contains all documentation aspects except the content covered in the given `README`. ## Build instructions To build the contents of this repository the following software tools are required: - Linux operating system - GNU coreutils - GNU make - pdflatex - Inkscape A full build can be started with `make`. The results can be removed with `make clean`.