Skip to content

Commit

Permalink
Update README to clarify Linux build instructions (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos authored Mar 11, 2024
1 parent 76dde27 commit 616496a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ Robrix is a Matrix chat client written in Rust to demonstrate the functionality

First, [install Rust](https://www.rust-lang.org/tools/install).

Then, on desktop platforms (macOS, Linux, Windows), simply run:
Then, install the required native libraries. For example, on Linux:
```sh
sudo apt-get install libsqlite3-dev libssl-dev
```

Then, on a standard desktop platform (macOS, Linux, Windows), simply run:
```sh
cargo run -- 'USERNAME' 'PASSWORD' ['HOMESERVER_URL']
```
Expand Down

0 comments on commit 616496a

Please sign in to comment.