Skip to content

Instantly share code, notes, and snippets.

@wuxiangzhou2010
Last active March 15, 2019 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuxiangzhou2010/ae36df85a47b93ebdca7777d55c00c7a to your computer and use it in GitHub Desktop.
Save wuxiangzhou2010/ae36df85a47b93ebdca7777d55c00c7a to your computer and use it in GitHub Desktop.
build mist wallet
rm -rf ~/.config/Mis
sudo apt install build-essential python-dev -y
sudo apt install libgconf2-4 -y
curl https://install.meteor.com/ | sh
source ~/.bashrc
curl -o- -L https://yarnpkg.com/install.sh | bash
source ~/.bashrc
yarn global add electron@1.8.4
yarn global add gulp
git clone https://github.com/wuxiangzhou2010/mist.git
cd mist
nvm use v8.14.1
yarn
sudo apt-get install gcc-multilib g++-multilib -y # for linux 32bits
sudo apt-get update
sudo dpkg --add-architecture i386 # for windows 32 and 64bits
sudo apt install wine64 -y
sudo apt install wine32 -y
wine --version
npm install -g meteor-build-client
gulp --wallet --win
gulp --wallet --linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment