diff --git a/README.md b/README.md index ba025e03c..9a57348b7 100644 --- a/README.md +++ b/README.md @@ -69,42 +69,7 @@ Install ``` ### Windows -Get dependencies -```{r, engine='bash'} -sudo apt-get install \ - build-essential pkg-config libc6-dev m4 g++-multilib \ - autoconf libtool ncurses-dev unzip git python \ - zlib1g-dev wget bsdmainutils automake mingw-w64 -``` - -Install (Cross-Compiled, building on Windows is not supported yet) -```{r, engine='bash'} -# Build -./zcutil/build-win.sh -j$(nproc) -``` -The exe will save to `src` which you can then move to a windows machine - -### Mac -Get dependencies -```{r, engine='bash'} -#install xcode -xcode-select --install - -/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -brew install cmake autoconf libtool automake coreutils pkgconfig gmp wget - -brew install gcc5 --without-multilib -``` - -Install -```{r, engine='bash'} -# Build -./zcutil/build-mac.sh -j$(nproc) -# fetch key -./zcutil/fetch-params.sh -# Run -./src/zcashd -``` +Windows build is maintained in [bitcoinz-win project](https://github.com/bitcoinz-pod/bitcoinz-win). Security Warnings -----------------