summaryrefslogtreecommitdiff
path: root/wallet/README.md
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-10 14:22:22 -0300
committerTorsten Grote <t@grobox.de>2020-04-10 14:22:22 -0300
commit1552f14105ecd9e23ed7abe0bb6737a580b97c2a (patch)
tree814e16000a563fef445fb7f94e19f14db28e9951 /wallet/README.md
parent20b1d2677462090a08edda99d042dbcddc9f8c11 (diff)
downloadtaler-android-1552f14105ecd9e23ed7abe0bb6737a580b97c2a.tar.gz
taler-android-1552f14105ecd9e23ed7abe0bb6737a580b97c2a.tar.bz2
taler-android-1552f14105ecd9e23ed7abe0bb6737a580b97c2a.zip
[wallet] move wallet-core library download into gradle task
This removes the last dependency that had to be manually copied.
Diffstat (limited to 'wallet/README.md')
-rw-r--r--wallet/README.md25
1 files changed, 2 insertions, 23 deletions
diff --git a/wallet/README.md b/wallet/README.md
index e4cee9c..22e283f 100644
--- a/wallet/README.md
+++ b/wallet/README.md
@@ -1,31 +1,10 @@
# GNU Taler Wallet
This package implements a GNU Taler wallet for Android.
-It is currently a UI for the wallet writen in TypeScript.
+It is currently a UI for the wallet library writen in TypeScript.
## Building
-Currently, building the wallet for Android requires manually copying a dependency:
-
-`taler-wallet-android.js` -> `src/main/assets/taler-wallet-android.js`
-
-After that, the Android wallet can be built with Gradle:
+It can be built with Gradle:
$ ./gradlew build
-
-## Obtaining Dependencies
-
-There are two ways of obtaining the dependencies. The easiest one is
-to use the pre-built versions, which are stored in the "binary-deps"
-branch of the git://git.taler.net/wallet-android.git repository.
-
-An easy way to access them is using a git worktree:
-
- $ git fetch origin binary-deps
- $ git worktree add binary-deps binary-deps
- $ cp binary-deps/taler-wallet-android.js src/main/assets/taler-wallet-android.js
- $ git worktree remove binary-deps
-
-Alternatively, you can build it yourself from the repository:
-
- * git://git.taler.net/wallet-core.git