Short Q and A - rantav/hector GitHub Wiki
How to compile Hector from source
- Install "Maven2":http://maven.apache.org/ (it's used as build tool)
- Install "Git":http://git-scm.com/ Setup proxy-server if need git config --global http.proxy "http://username:[email protected]:3128/"
- Create folder "github" and cd to it. Execute git clone https://github.com/rantav/hector.git
- cd to folder hector
- Execute mvn install -Dmaven.test.skip=true -DperformRelease=true
At folder target you will find last build of Hector :) About needed runtime jars you find in Rapitano doc.