Build from source
You can also choose to build TBlock from source. To do so, you need to ensure that the following packages are installed on your machine:
- make
- python3
- python3-setuptools
- python-build
- python-installer
- python-wheel
- gzip
- tar
- sudo/doas (optional: to install the built package)
You have to download the latest source tarball and to extract it:
tar -xvf tblock-*.tar.gz
Next, enter the directory and build the package:
cd tblock && make