Skip to content

How to compile

TheHellBox edited this page Sep 10, 2018 · 3 revisions

Run cargo run --release in project directory.

Or, if you want binary file, run

cargo build --release

and then move openhmd-chat file from ./target/release to ./

Dependencies:

libopenhmd, liblua5.2, libopus-dev, openal-dev

Clone this wiki locally