gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: Updated iOS build instructions


From: gnunet
Subject: [taler-docs] branch master updated: Updated iOS build instructions
Date: Mon, 16 Oct 2023 15:07:20 +0200

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new b68c6b28 Updated iOS build instructions
b68c6b28 is described below

commit b68c6b2843d40f3db6a5176d1aeeef55345463b7
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Oct 16 15:07:11 2023 +0200

    Updated iOS build instructions
---
 taler-developer-manual.rst | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
index d04a9313..a5a73ba9 100644
--- a/taler-developer-manual.rst
+++ b/taler-developer-manual.rst
@@ -885,8 +885,8 @@ iOS Apps
 Building Taler Wallet for iOS from source
 -----------------------------------------
 
-Currently the iOS Wallet app is in
-`the official Git repository <https://git.taler.net/taler-ios.git>`__:
+The GNU Taler Wallet iOS app is in
+`the official Git repository <https://git.taler.net/taler-ios.git>`__.
 
 Compatibility
 ^^^^^^^^^^^^^
@@ -903,7 +903,15 @@ Before building the iOS wallet, you must first checkout the
 and the
 `wallet-core repo <https://git.taler.net/wallet-core.git>`__.
 
-Build wallet-core first, then copy/move its product "taler-wallet-core-qjs.mjs"
+Have all 3 local repos (wallet-core, quickjs-tart, and this one) adjacent at
+the same level (e.g. in a "GNU_Taler" folder)
+Taler.xcworkspace expects the QuickJS framework sub-project to be at
+``../quickjs-tart/QuickJS-rt.xcodeproj``.
+
+Build wallet-core first:
+    cd ~/Developer/GNU_Taler/wallet-core
+    date; time make embedded; open packages/taler-wallet-embedded/dist
+then drag or move its product "taler-wallet-core-qjs.mjs"
 into your quickjs-tart folder right at the top level.
 
 Open Taler.xcworkspace, and set scheme / target to Taler_Wallet. Build&run...
@@ -912,11 +920,6 @@ Don't open QuickJS-rt.xcodeproj or TalerWallet.xcodeproj 
and build anything
 there - all needed libraries and frameworks will be built automatically from
 Taler.xcworkspace.
 
-Have all 3 local repos (wallet-core, quickjs-tart, and this one) adjacent at
-the same level (e.g. in a "GNU Taler" folder).
-Taler.xcworkspace expects the QuickJS framework sub-project to be at
-``../quickjs-tart/QuickJS-rt.xcodeproj``.
-
 
 Android Apps
 ============

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]