Release Highlights
Go Language
This release adds a build script for ARM routers to compile the go development environment. This allows you to compile go code natively on your ARM router!
There doesn't seem to be a way to cross-compile the go development environment, but lucky for us we can natively compile such things. The script takes about ~24 minutes to compile on my R7000. All the PATHs and environment variables should be set to begin compiling go once the script has finished. Many projects have a simple go get ...
command that takes care of everything for you. Give it a whirl.
Distcc
I've also added another application called distcc
. With this program you can offload compiling c and c++ code over a network connection to a destktop PC to speed up compilation. Checkout out the wiki page for a rundown.
As usual, just about every library and application has been upgraded to their latest versions. enjoy!