mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
add packages from manual build docs to setup script
This commit is contained in:
parent
85a86efe66
commit
8790bdcc0c
1 changed files with 6 additions and 3 deletions
|
@ -25,7 +25,7 @@ cd stack_wallet
|
||||||
export STACK_WALLET=$(pwd)
|
export STACK_WALLET=$(pwd)
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
|
||||||
# Create template lib/external_api_keys.dart file if it doesn't already exist
|
# create template lib/external_api_keys.dart file if it doesn't already exist
|
||||||
KEYS="$HOME/projects/stack_wallet/lib/external_api_keys.dart"
|
KEYS="$HOME/projects/stack_wallet/lib/external_api_keys.dart"
|
||||||
if ! test -f "$KEYS"; then
|
if ! test -f "$KEYS"; then
|
||||||
echo 'prebuild.sh: creating template lib/external_api_keys.dart file'
|
echo 'prebuild.sh: creating template lib/external_api_keys.dart file'
|
||||||
|
@ -37,10 +37,13 @@ sudo apt-get install -y unzip automake build-essential file pkg-config git pytho
|
||||||
|
|
||||||
sudo apt-get install -y debhelper libclang-dev cargo rustc opencl-headers libssl-dev ocl-icd-opencl-dev
|
sudo apt-get install -y debhelper libclang-dev cargo rustc opencl-headers libssl-dev ocl-icd-opencl-dev
|
||||||
|
|
||||||
sudo apt-get install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless libsecret-1-dev
|
sudo apt-get install -y unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless
|
||||||
|
|
||||||
sudo apt install -y libc6-dev-i386
|
sudo apt install -y libc6-dev-i386
|
||||||
|
|
||||||
|
# linux desktop dependencies
|
||||||
|
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev meson python3-pip libgirepository1.0-dev valac xsltproc docbook-xsl
|
||||||
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
cargo install cargo-ndk
|
cargo install cargo-ndk
|
||||||
|
|
Loading…
Reference in a new issue