From 33a5b02fb80b4dd0a34f323b9cd45d3f26716744 Mon Sep 17 00:00:00 2001 From: c0gent Date: Mon, 18 Jun 2018 20:25:30 -0700 Subject: [PATCH] Add libudev installation note to README. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 99ec030..89252f3 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ and they can convert them back as well. ![withdraw](./res/withdraw.png) -### How to build +### How to build -Requires `rust` and `cargo`: [installation instructions.](https://www.rust-lang.org/en-US/install.html) - -Requires `solc` to be in `$PATH`: [installation instructions.](https://solidity.readthedocs.io/en/develop/installing-solidity.html) +* Requires `rust` and `cargo`: [installation instructions.](https://www.rust-lang.org/en-US/install.html) +* Requires `solc` to be in `$PATH`: [installation instructions.](https://solidity.readthedocs.io/en/develop/installing-solidity.html) +* Ensure libudev is installed (Ubuntu/Debian: `sudo apt-get install libudev-dev`). Assuming you've cloned the bridge (`git clone git@github.com:poanetwork/poa-bridge.git`), run @@ -110,7 +110,7 @@ withdraw_confirm = { gas = 3000000 } #### Options -- `keystore` - path to a keystore directory with JSON keys +- `keystore` - path to a keystore directory with JSON keys #### home/foreign options