2016-02-01 14:48:38 +01:00
2016-02-01 12:35:52 +01:00
2016-01-30 23:02:55 +01:00
2016-02-01 11:00:18 +01:00
2016-01-31 11:08:04 +01:00
2016-02-01 12:08:43 +01:00
2016-01-29 17:17:21 +01:00
2016-02-01 14:48:38 +01:00
2016-01-25 16:40:59 +04:00
2016-01-31 11:08:04 +01:00
2016-01-31 11:08:04 +01:00
2016-01-24 18:54:05 +01:00
2016-01-22 08:09:16 +01:00
2015-11-24 21:05:08 +01:00
2016-02-01 11:28:56 +01:00

ethcore

Build Status Coverage Status

Building from source

Ubuntu 14.04 and later
# 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
export LIBRARY_PATH=/usr/local/lib

# download and build parity
git clone https://github.com/ethcore/parity
cd parity
cargo build --release
OSX
# install rocksdb && multirust
brew update
brew install rocksdb
brew install multirust

# install nightly and make it default
multirust update nightly && multirust default nightly

# export rust LIBRARY_PATH
export LIBRARY_PATH=/usr/local/lib

# download and build parity
git clone https://github.com/ethcore/parity
cd parity
cargo build --release
Languages
Rust 99.7%
Shell 0.2%
Dockerfile 0.1%