You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,15 @@ And you're off! Take a look at the public [documentation][docs] and start buildi
33
33
34
34
2.**Compiling for yourself**
35
35
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
38
45
rake package:frameworks
39
46
40
47
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