17 lines
761 B
Markdown
17 lines
761 B
Markdown
#### How to build the Freifunk Helgoland Firmware
|
|
|
|
git clone https://github.com/freifunk-gluon/gluon.git # Get the official Gluon repository
|
|
cd gluon
|
|
git clone https://github.com/freifunk-helgoland/site-helgo.git site # Get the Freifunk Helgoland site repository
|
|
make update # Get other repositories used by Gluon
|
|
make # Build Gluon
|
|
|
|
Please see [the official Gluon repository](https://github.com/freifunk-gluon/gluon) for an in-depth explanation of the build process.
|
|
|
|
|
|
#### Gluon versions used for specific Helgoland Freifunk Firmware builds
|
|
|
|
- 0.7.1: v2015.1.1
|
|
- 0.7: skipped
|
|
- 0.6: v2014.4
|