Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 979 Bytes

File metadata and controls

46 lines (37 loc) · 979 Bytes
title Install
layout layouts/main.html
eleventyNavigation
parent key title
root
install
install

Install

Pre-built Binaries

Static binaries for each supported platform/architecture pair are attached to each release on GitHub:

thcon Releases

go install

You can also build and install thcon from-source using the go CLI:

go install github.com/theme-controller/thcon@latest

This, naturally, requires a Go toolchain. Linux and FreeBSD systems require a native dependency or two, but they may already be installed.

Dependencies

Ubuntu

apt install libglib2.0-dev

Fedora

dnf install glib2-devel

FreeBSD

pkg install glib pkgconf

OS Packages

thcon isn't currently packaged for any operating systems. If you're willing to help with packaging, please file a GitHub Issue to let me know!