Add some build details.
This commit is contained in:
20
README.md
20
README.md
@@ -36,6 +36,26 @@ 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 libcurl3-gnutls-dev bsdmainutils automake
|
||||
```
|
||||
|
||||
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:
|
||||
```
|
||||
./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.
|
||||
|
||||
Reference in New Issue
Block a user