From d05049dae9ccd79b5b4c2c1fb5124cb0854e3a4b Mon Sep 17 00:00:00 2001 From: Anthony Restaino Date: Tue, 15 Jul 2014 07:18:13 -0400 Subject: [PATCH] Added directions for setting up project --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5a1ddcb..114f02e 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,13 @@ * Please contribute code back if you can. The code isn't perfect. * Please add translations/translation fixes as you see need +####Setting Up the Project +Due to the inclusion of the netcipher library for Orbot proxy support, importing the project will show you some errors. To fix this, first run the following git command in your project folder (NOTE: You need the git command installed to use this): + +git submodule update --init --recursive + +Once you run that command, the IDE should automatically import netcipher and a couple submodules in as separate projects. Than you need to set the netcipher library project as a libary of the browser project however your IDE makes you do that. Once those steps are done, the project should be all set up and ready to go. + ####License ```` Copyright 2014 Anthony Restaino