ziion-cli provides an easy way to manage rust and solc packages for ARM and AMD.
Project description
Pre-Requisites
- Debian 11
- python3.10
- pip3.10
- cargo-update
Install python3.10
- Ensure that your system is updated and the required packages installed.
sudo apt update && sudo apt upgrade -y
- Install the required dependencies:
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev
- get python3.10 tar.gz
wget [https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz](https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz)
tar -xf Python-3.10.*.tgz
cd Python-3.10.*/
./configure --enable-optimizations
make -j4
sudo make altinstall
Install Cargo and Solc prerequisites
sudo apt install lsb-release wget software-properties-common gnupg pkg-config libssl-dev build-essential cmake git libboost-all-dev libjsoncpp-dev jq
Install rust
wget -O [rustup.sh](http://rustup.sh/) [https://sh.rustup.rs](https://sh.rustup.rs/)bash [rustup.sh](http://rustup.sh/) -ysource "$HOME/.cargo/env"
Install cargo-update
cargo install cargo-update
Install ziion cli
sudo pip3.10 install ziion
Upgrade ziion cli
sudo pip3.10 install ziion -U
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ziion-1.0.0.tar.gz.
File metadata
- Download URL: ziion-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
308456acd7d0060358e36163e052049103c278622dcd9eeadd53e09621820f78
|
|
| MD5 |
2306dd44d4883fc1fb32d65bbc39e898
|
|
| BLAKE2b-256 |
f2e9b137cfb79acf3783afb8bd76dd25c94bdc3af1dd2c3a8c73e33379298540
|