Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 263 Bytes

dev-env-rust.md

File metadata and controls

16 lines (7 loc) · 263 Bytes

Setting up a Rust development environment

Install OpenSSL

Follow instructions for setting up OpenSSL. For Ubuntu users, the following command works.

sudo apt-get install pkg-config libssl-dev