From 7bfc75ec8e5a366d2ed424ecd031613dbd0f315d Mon Sep 17 00:00:00 2001 From: BitcoinZ <31584933+bitcoinz-pod@users.noreply.github.com> Date: Sat, 23 Sep 2017 21:33:45 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) diff --git a/README.md b/README.md index ba025e03c..1fdb2fce6 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)[https://github.com/bitcoinz-pod/bitcoinz-win] project. Security Warnings ----------------- From b2568c579981624792c13800178d7968f4721ddc Mon Sep 17 00:00:00 2001 From: BitcoinZ <31584933+bitcoinz-pod@users.noreply.github.com> Date: Sat, 23 Sep 2017 21:34:28 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fdb2fce6..9a57348b7 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Install ``` ### Windows -Windows build is maintained in (bitcoinz-win)[https://github.com/bitcoinz-pod/bitcoinz-win] project. +Windows build is maintained in [bitcoinz-win project](https://github.com/bitcoinz-pod/bitcoinz-win). Security Warnings -----------------