Kobo-UNCaGED is a program for Kobo eink readers for connecting wirelessly to Calibre. It makes use of my UNCaGED library. It is licenced under the AGPL-3.0 licence.
Warning!!! This program is currently extremely unstable. Please only use it if you are helping to test and improve said stability
Build Steps
It is highly recommended to build Kobo-UNCaGED on a Linux based system. It will save you a lot of grief, and all instructions below will be for Linux.
Prerequisites
Kobo-UNCaGED requires the following prerequisites to build correctly:
Go (Minimum version unknown, but 1.10+ should be safe to use)
ARM Cross Compiler is required, as some of the libraries required use CGO. We will also be compiling FBink. The linked toolchain by the KOReader developers is recommended. Note that this toolchain takes a LONG time to setup (40-50 minutes on my VM)
Standard tools such as git, tar, zip, wget, make
The shell/environment variable CROSS_TC is set to the name of your cross compiler eg: arm-kobo-linux-gnueabihf, and that ${CROSS_TC}-gcc etc are in your PATH.