Jeremy Davis
Jeremy Davis
Also perhaps this method could also make it easier to build for alternate target platforms. For example; build Jessie based TKL appliances on current v13.x (i.e. Wheezy based) TKLDev (as...
TBH, thinking about this further, it might even be better to make buildtasks a "proper" program?!
There is now a basic bashlib in common (see: https://github.com/turnkeylinux/common/tree/master/overlays/turnkey.d/tkl-bashlib/usr/local/src/tkl-bashlib). It's not used significantly yet, but it's a start...
@scottmonster Glad to hear my post was useful! :grin: > Any way I can get a quick explanation on what exactly "--linker=gold" does? Here is some reading re Gold linker:...
I can't speak to your specific error, but I suspect that you aren't setting up the dependencies as they are now required (since the last update to this repo). FYI...
>Of course I did install poetry. Ok, although I note that nothing in your post made that obvious to me. I'm not a mind reader! :grin: > The error is...
> Thanks, I made a checkout of the submodule and everything went fine. Awesome. > However, I don't understand what commands I should have used with poetry before issuing the...
Assuming Linux, it should be as simple as moving the compiled binary (from the `build` subdir) to somewhere in your `PATH` (e.g. `/usr/local/bin/`). There is a service file in the...