Skip to main content

Tox Bootstrap Node on Debian 11

These steps have been tested on Debian 11

References:

Clone latest Git repo & submodules:

git clone https://github.com/TokTok/c-toxcore.git
cd c-toxcore
git submodule update --init

Install Dependencies:

sudo apt update
sudo apt install libnacl-dev libc6-dev

Compile toxcore and tox-bootstrapd: