forked from openethereum/openethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CBC-924 Cleanup Code and Documentation
- update CHANGELOG.md
- Loading branch information
1 parent
f9b3ed0
commit e232da9
Showing
6 changed files
with
75 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Setup Development Environment [Ubuntu 20.04.6 LTS] | ||
|
||
This fork of OpenEthereum project is developed and tested under Ubuntu. | ||
The current state will not work under macOS and Windows is not tested. | ||
|
||
## Install Tools | ||
|
||
```shell | ||
curl https://sh.rustup.rs -sSf | sh | ||
export PATH=$PATH:$HOME/.cargo/bin | ||
``` | ||
|
||
```shell | ||
sudo apt update | ||
``` | ||
|
||
```shell | ||
sudo apt upgrade | ||
``` | ||
|
||
```shell | ||
sudo apt install yasm | ||
``` | ||
|
||
```shell | ||
sudo apt install tree | ||
```` | ||
|
||
## Select Rust Version | ||
|
||
```shell | ||
./scripts/setup-rust-1.79.sh | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.