commit 64cd5108e9c711342b8067a82dee96460b041ba0
parent d4bf9ee204b841f5bc539fbe9d6571ee91cdf4aa
Author: Iván Ávalos <avalos@disroot.org>
Date: Tue, 9 Sep 2025 22:29:02 +0200
update README.md instructions
Diffstat:
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
@@ -19,13 +19,6 @@ embedded` once the project is configured; the resulting file may then
be found in `packages/taler-wallet-embedded/dist/` and should be
copied into this directory.
-If this repository was cloned using Git without the `--recursive`
-flag, make sure to check-out all the required submodules recursively:
-
-```sh
-git submodule update --init --force --recursive
-```
-
The following commands build the project and place resulting files
in the `build/` directory:
@@ -91,10 +84,9 @@ See `docker-android/README.md`
```
This script will generate a `.xcframework` file under the `build-ios/`
-directory for each the required dynamic libraries, which should be
-copied to the Taler iOS Xcode project under the `Frameworks/`
-directory and added to all wallet targets (e.g. `GNU Taler`, `Taler
-Wallet`, `Taler Nightly`).
+directory , which should be copied to the Taler iOS Xcode project
+under the `Frameworks/` directory and added to all wallet targets
+(e.g. `GNU Taler`, `Taler Wallet`, `Taler Nightly`).
In order to build only for certain platforms, you can edit the
`cross/package-ios.sh` directory and comment out the platforms that
@@ -111,7 +103,7 @@ targets=(
```
_**NOTE:** you cannot pick individual architectures for a given
-platform, you must comment out all architectures for the platform that
+platform, you must comment out ALL architectures for the platform that
you don't want to build for._
## Architecture