gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] branch master updated: Build Instructions


From: gnunet
Subject: [taler-taler-ios] branch master updated: Build Instructions
Date: Mon, 16 Oct 2023 15:05:59 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 6db5bc4  Build Instructions
6db5bc4 is described below

commit 6db5bc4e548d4222e90430c99ca325f3d9157300
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Oct 16 14:32:48 2023 +0200

    Build Instructions
---
 README.md | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 5259975..0a7e1aa 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # GNU Taler Wallet iOS Code Repository
 
-This git repository contains code for GNU Taler iOS apps and libraries.
+This git repository contains the source code for the GNU Taler Wallet iOS app.
 The official location is: 
     https://git.taler.net/taler-ios.git
 
@@ -17,7 +17,16 @@ Before building the iOS wallet, you must first checkout the 
quickjs-tart repo:
     https://git.taler.net/quickjs-tart.git
 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...
@@ -26,7 +35,3 @@ 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

-- 
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]