Crates.io | mochat |
lib.rs | mochat |
version | 0.1.0 |
source | src |
created_at | 2019-06-02 12:40:33.632106 |
updated_at | 2019-06-02 12:40:33.632106 |
description | Modern chat software |
homepage | |
repository | https://github.com/ltheinrich/mochat |
max_upload_size | |
id | 138475 |
size | 1,159 |
Modern chat software
Mochat is a secure, fast and easy-to-use chat software.
It consists of a core library, a server and for now only a web client, but an Android app is planned too.
Requirements:
Clone from Git
git clone https://github.com/ltheinrich/mochat && cd mochat
Build using Cargo
cargo build --release
The library and binaries are placed in ./target/release/
Additional requirements:
Clone from Git
git clone https://github.com/ltheinrich/mochat && cd mochat
Install linkers
sudo apt install gcc gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
Add targets
rustup target add x86_64-unknown-linux-musl aarch64-unknown-linux-musl armv7-unknown-linux-musleabihf
Build using build.sh
./build.sh
The library and binaries are placed in ./target/build/