From f6c9ccc867c376e2497cb668a858de91d3b9f850 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Tue, 9 Apr 2024 08:48:29 +1000 Subject: [PATCH] Added brief section about updating sobmodules to building.md --- BUILDING.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 2ccfc4123..fbf425c00 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -30,7 +30,15 @@ You can then add the Session repo to sync with upstream changes: git remote add upstream https://github.com/oxen-io/session-ios ``` -## 2. Pods +## 2. Submodules + +Session requires a number of submodules to build, these can be retrieved by navigating to the project directory and running: + +``` +git submodule update --init --recursive +``` + +## 3. Pods To build and configure the libraries Session uses, just run: @@ -38,7 +46,7 @@ To build and configure the libraries Session uses, just run: pod install ``` -## 3. Xcode +## 4. Xcode Open the `Session.xcworkspace` in Xcode.