12 lines
426 B
Bash
12 lines
426 B
Bash
# The plenum bot works when being run on a ubuntu-server
|
|
# instance with these commands ran previously.
|
|
# For other distros, please adapt these instructions
|
|
# so you have the same packages installed as well.
|
|
|
|
# Optionally, if you don't have rust installed, you should do it here:
|
|
# https://www.rust-lang.org/tools/install
|
|
|
|
sudo apt update
|
|
sudo apt install gcc libssl-dev pandoc pkg-config libsqlite3-dev
|
|
cargo build --release
|