Tox Bootstrap Node on Debian 11
These steps have been tested on Debian 11
References:
Install Dependencies:
sudo apt update
sudo apt install git libnacl-dev libc6-dev cmake libconfig-dev libsodium-devClone latest Git repo & submodules:
- GitHub: TokTok/c-toxcore
git clone https://github.com/TokTok/c-toxcore.git
cd c-toxcore
git submodule update --initInstall Dependencies:
sudo apt update
sudo apt install libnacl-dev libc6-dev cmake libconfig-dev libsodium-devCompile toxcore and tox-bootstrapd:
mkdir _build
cd _build
cmake ..
make
make installDid it Compile OK?
Make sure the output text from make is all green and tox-bootstrapd was built:
[100%] Linking C executable tox-bootstrapd
[100%] Built target tox-bootstrapd 
