This repository was archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Getting Started
David Gross edited this page Aug 6, 2015
·
4 revisions
You can find Fenzo binaries and dependency information at http://search.maven.org.
Fenzo requires Java 7 or later.
To check out and build Fenzo source, issue the following commands from the command line:
git clone https://github.com/Netflix/Fenzo.git
cd Fenzo
./gradlew build
To do a clean build, issue the following command:
./gradlew clean build
A clean build will run unit tests. Some of these may take several seconds because they test actions that are based on elapsed time.