aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/debian/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-02-25 12:25:13 +0100
committerChristian Grothoff <christian@grothoff.org>2023-02-25 12:25:13 +0100
commit143e003991a0274287455e0577c27d6ce3e9ea18 (patch)
treefb5fcaee4faa12c8e8085614fed7095195f71585 /packages/taler-wallet-cli/debian/README
parentd8698159e1119d1cee50728e3d7022edf7169f94 (diff)
downloadwallet-core-143e003991a0274287455e0577c27d6ce3e9ea18.tar.xz
draft for taler-harness Debian package
Diffstat (limited to 'packages/taler-wallet-cli/debian/README')
-rw-r--r--packages/taler-wallet-cli/debian/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/taler-wallet-cli/debian/README b/packages/taler-wallet-cli/debian/README
index 2b4f83aa2..d221c6e37 100644
--- a/packages/taler-wallet-cli/debian/README
+++ b/packages/taler-wallet-cli/debian/README
@@ -1,7 +1,8 @@
-For the moment, building the debian package needs
-a preliminary manual step to compile the taler-wallet-cli
+For the moment, building the Debian package needs
+a preliminary manual step to install the taler-wallet-cli
Node.JS package. In the future, this will either be invoked
by DH, or added as packaging instructions to Debian.
-$ pnpm run compile
+$ ./configure --prefix=/usr
+$ make install
$ dpkg-buildpackage -rfakeroot -b -uc -us