-
Notifications
You must be signed in to change notification settings - Fork 300
Short Q and A
bosyak edited this page Jan 27, 2011
·
5 revisions
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.