summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-07-06 07:15:08 +0200
committerMarc Stibane <marc@taler.net>2023-07-06 07:15:08 +0200
commitf361428a021a480fadaabe76e4caeab88062b6c1 (patch)
tree4cff95711b208851a9ac7a8f1f0b4e627c4ea335 /README.md
parent96cf5390721f42f824c7ea70ac5da0cac64f3a97 (diff)
downloadtaler-ios-f361428a021a480fadaabe76e4caeab88062b6c1.tar.gz
taler-ios-f361428a021a480fadaabe76e4caeab88062b6c1.tar.bz2
taler-ios-f361428a021a480fadaabe76e4caeab88062b6c1.zip
Updated building instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 63cb7f1..5259975 100644
--- a/README.md
+++ b/README.md
@@ -18,14 +18,15 @@ Before building the iOS wallet, you must first checkout the quickjs-tart repo:
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"
-into your quickjs-tart folder.
+into your quickjs-tart folder right at the top level.
-Open Taler.xcworkspace, and set scheme / target to TalerWalletT. Build&run...
+Open Taler.xcworkspace, and set scheme / target to Taler_Wallet. Build&run...
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 adjacent at the same level (e.g. in a "GNU Taler" folder)
+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