Skip to content

Commit 4c77245

Browse files
committed
Update compiling instructions in the readme.
1 parent 8d38b5f commit 4c77245

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,15 @@ And you're off! Take a look at the public [documentation][docs] and start buildi
3333

3434
2. **Compiling for yourself**
3535

36-
If you want to manually compile the SDK, clone it locally, and run the following command in the root directory of the repository:
37-
36+
If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
37+
38+
# To pull in extra dependencies (Bolts and OCMock)
39+
git submodule update --init --recursive
40+
41+
# To install all the gems
42+
bundle install
43+
44+
# Build & Package the Frameworks
3845
rake package:frameworks
3946

4047
Compiled frameworks will be in 2 archives: `Parse-iOS.zip` and `Parse-OSX.zip` inside the `build/release` folder, and you can link them as you'd please.

0 commit comments

Comments
 (0)