Skip to content
verbitan edited this page Jan 20, 2013 · 2 revisions

Prerequisites

In order to build Hashtag Warrior on your own, you'll need the following prerequisites...

Building Hashtag Warrior

Building Hashtag Warrior is easy! A few simple commands and you're away.

git clone git://github.com/verbitan/hashtag-warrior.git
cd hashtag-warrior
git submodule init
git submodule update
open hashtag-warrior.xcodeproj

At this point you should have the Hashtag Warrior project in Xcode, and everything should be ready to compile.

Clone this wiki locally