site-ffrgb/README.md

29 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2015-03-03 11:26:25 +01:00
## Building
2019-01-25 18:34:11 +01:00
You need to have some prerequisits:
apt install build-essential gawk unzip libncurses-dev libz-dev libssl-dev wget git subversion
2015-03-03 11:26:25 +01:00
Check out this repository and execute `make`, i.e. like this:
2015-03-03 11:42:09 +01:00
git clone https://github.com/ffrgb/site-ffrgb.git site-ffrgb
cd site-ffrgb
2015-03-03 11:26:25 +01:00
make
2019-01-25 18:34:11 +01:00
### Quick Hints
Some common useful parameters for make:
GLUON_TARGETS=ar71xx-generic - Only build the specified architecture
GLUON_GIT_REF=v2018.2.x - wich Gluon-Release version to build
FORCE_UNSAFE_CONFIGURE=1 - If You build as root in an disposable environment You don't care about
BROKEN=1 - Also build for untested but defined hardware wich may not work
V=s - Print more information
Think about starting Your make process inside a `screen` session as it usually takes a long time to build.
2015-03-03 11:26:25 +01:00
## Further Resources
2017-03-05 16:45:59 +01:00
Look at the [site configuration related Gluon documentation](http://gluon.readthedocs.org/en/v2016.2.3/user/site.html)
2015-03-03 11:26:25 +01:00
for information on site configuration options and examples from other communities.