Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

zencash apple tools for clang build

Notifications You must be signed in to change notification settings

HorizenOfficial/zencash-apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build instructions

# run once to install Xcode CLI tools
$ xcode-select --install
# clone and build Horizen
$ git clone https://github.com/HorizenOfficial/zencash-apple.git
$ cd zencash-apple
$ source environment
$ make

In case of an error please run the following command for debug info

$ PRINT_DEBUG=y make all

Clone the Horizen repository and fetch the necessary parameters: Build using the following command (with NUM_CORES = number of cores to use for the build process):

git clone https://github.com/HorizenOfficial/zen.git
cd zen/
./zcutil/fetch-params.sh
LIBTOOLIZE=glibtoolize ./zcutil/build-mac-clang.sh --disable-libs -j(NUM_CORES)

for example:

LIBTOOLIZE=glibtoolize ./zcutil/build-mac-clang.sh --disable-libs -j4

or

export LIBTOOLIZE=glibtoolize
 ./zcutil/build-mac-clang.sh --disable-libs -j4

Build with the tools already compiled (example having all the sources in the ~/sources/ folder)

$ cd ~/zencash-apple
$ source environment
$ cd ~/zen
$ export LIBTOOLIZE=glibtoolize
$ ./zcutil/build-mac-clang.sh --disable-libs -j4 

Disclaimer

this is a fork of https://github.com/kozyilmaz/zcash-apple.git

About

zencash apple tools for clang build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •