filmov
tv
TUTORIAL: Dark IRC Installation
Показать описание
Dark irc is a peer-to-peer implementation of an IRC server in which any user can participate anonymously using any IRC frontend and by running the IRC daemon. dark irc uses the DarkFi P2P engine to synchronize chats between hosts.
Installation Steps:
sudo apt update
sudo apt-install curl
Run:
source $HOME/.cargo/env
Verify Installation
rustc --version
cargo --version
Install Dependencies
sudo apt install libzmq3 dev
Install 'protobuf' (Protobuf Compiler):
sudo apt install protobuf compiler
Clone the Dark IRC Repository
cd darkirc
cargo build --release
------------------------------------------------------------------------------
Follow us on X: / zechub
Installation Steps:
sudo apt update
sudo apt-install curl
Run:
source $HOME/.cargo/env
Verify Installation
rustc --version
cargo --version
Install Dependencies
sudo apt install libzmq3 dev
Install 'protobuf' (Protobuf Compiler):
sudo apt install protobuf compiler
Clone the Dark IRC Repository
cd darkirc
cargo build --release
------------------------------------------------------------------------------
Follow us on X: / zechub