Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The "HowToBuild" page has been changed by MakiWatanabe: http://wiki.apache.org/cassandra/HowToBuild?action=diff&rev1=1&rev2=2 Comment: Update build procedure for trunk to use git || Java SDK || 1.6 (preferably the latest) || || ANT || At least version 1.8 || - To build the latest version of Cassandra from Subversion: + To build the latest version of Cassandra from Git: {{{ - svn co http://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7 + git clone http://git-wip-us.apache.org/repos/asf/cassandra.git cassandra-trunk - cd cassandra-0.7 + cd cassandra-trunk # if directly connected to the internet ant # if connected via a proxy
