Skip to content

Building EVCache Client

Andreas Andreakis edited this page Sep 19, 2018 · 3 revisions

Prerequisites

  • Git version 1.7.11.3 or higher
  • Gradle 1.0-milestone-9 or higher

Build Steps

  • Install the latest git and gradle packages.

  • Get the EVCache source from github

     
     git init
     git remote add --track master origin git@github.com:Netflix/EVCache.git
     git pull
    
  • Now, build the EVCache by executing the following in the directory where you pulled your sources.

     
      ./gradlew clean build test
      
  • After a successful build, you can find the following executable jars

    • EVCache Client (./client/build/libs/evcache-client-*.jar )