From 545b3011fdf6b5a15a17cd95f9800396ad08c152 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Sat, 5 May 2018 15:58:36 -0700 Subject: [PATCH] Get notes over onto the proper branch --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 5d85d013d..7cca6aa00 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,27 @@ Dependencies sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python python-zmq zlib1g-dev wget libcurl4-openssl-dev bsdmainutils automake curl ``` + +Building +-------- + +First time you'll need to get assorted startup values downloaded. This takes a moderate amount of time once but then does niot need to be repeated unless you bring a new system up. The command is: +``` +./zcutil/fetch-params.sh +``` +Building for Ubunutu/Mint: +``` +./zcutil/build.sh +``` +Building for Mac OS/X (see README-MAC.md): +``` +./zcutil/build-mac.sh +``` +Building for Windows: +``` +./zcutil/build-win.sh +``` + Komodo ------ We have a release process that goes through several stages before it reaches master. This allows the most conservative users just use the master branch, which is only updated after the other branches have signed off on a release.