1e6815877e45aaa5f2e4c75fc3561153f7ea5eba
ethcore
Building from source
Ubuntu
# install rocksdb
add-apt-repository "deb http://ppa.launchpad.net/giskou/librocksdb/ubuntu trusty main"
apt-get update
apt-get install -y --force-yes librocksdb
# install multirust
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes
# install nightly and make it default
multirust update nightly && multirust default nightly
# export rust LIBRARY_PATH
LIBRARY_PATH /usr/local/lib
# download and build parity
git clone https://github.com/ethcore/parity
cd parity
cargo build --release
OSX
# install rocksdb
brew update
brew install rocksdb
# install multirust
curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes
# install nightly and make it default
multirust update nightly && multirust default nightly
# export rust LIBRARY_PATH
LIBRARY_PATH /usr/local/lib
# download and build parity
git clone https://github.com/ethcore/parity
cd parity
cargo build --release
Description
Languages
Rust
99.7%
Shell
0.2%
Dockerfile
0.1%