kee

Offline IOU signer with QR as transport
git clone https://holbrook.no/src/kee
Info | Log | Files | Refs | README | LICENSE

commit 2ae3c14930c031be03ef49264fa3f8840735038a
parent 70137e837fd97949c9d9ac2fb7411943d96f9d09
Author: lash <dev@holbrook.no>
Date:   Thu, 20 Jun 2024 21:28:52 +0100

Add reference to qemu build instructions

Diffstat:
MREADME | 7++++++-
MREADME.md | 7++++++-
2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -40,14 +40,19 @@ somehow: project upstream source version tar.gz sha256 ---------------- ---------------------------------------------------------------------------------------------------- --------------------- ------------------------------------------------------------------ - liblash https://holbrook.no/src/liblash (193dd4032e8088ada2dc9dcedab8d7486e9305f5) 0.1.0 333cdf49bb7e9f44b37e5bc9f594a01e4b3b8ecb3fcd3d9ffec3ea6dcdeaec7b + liblash* https://holbrook.no/src/liblash (193dd4032e8088ada2dc9dcedab8d7486e9305f5) 0.1.0 333cdf49bb7e9f44b37e5bc9f594a01e4b3b8ecb3fcd3d9ffec3ea6dcdeaec7b libcmime https://github.com/spmfilter/libcmime.git (dd21eb096d162656e30243f60fc4bc35ad39ae6e) 0.2.2 18a8d46ebec575a79212acc2dc6af7fd7bdeba3a9b85a70677ed0b7785c5c04e gst-plugins-rs https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs (a84bbc66f30573b62871db163c48afef75adf6ec) 1.22.10 (gstreamer) 691d5d52f59ec6322a2f6ddc1039ef47c9ac5e6328e2df1ef920629b46c659df You can close liblash with git clone git://holbrook.no/liblash +(*liblash is now bundled in the src/aux directory) + Building +There are instructions on building and running with qemu and Debian +Bookworm (12) in README.qemu.adoc + There is no magic pathfinder implemented currently. Thus, you must configure the environment for building and linking the external sources yourself. diff --git a/README.md b/README.md @@ -37,14 +37,19 @@ The code expects objects from these source trees to be available somehow: |project | upstream source | version | tar.gz sha256 | |---|---|---|---| -| liblash | [https://holbrook.no/src/liblash](https://holbrook.no/src/liblash) `(193dd4032e8088ada2dc9dcedab8d7486e9305f5)` | `0.1.0` | `333cdf49bb7e9f44b37e5bc9f594a01e4b3b8ecb3fcd3d9ffec3ea6dcdeaec7b` | +| liblash* | [https://holbrook.no/src/liblash](https://holbrook.no/src/liblash) `(193dd4032e8088ada2dc9dcedab8d7486e9305f5)` | `0.1.0` | `333cdf49bb7e9f44b37e5bc9f594a01e4b3b8ecb3fcd3d9ffec3ea6dcdeaec7b` | | libcmime | [https://github.com/spmfilter/libcmime.git](https://github.com/spmfilter/libcmime.git) `(dd21eb096d162656e30243f60fc4bc35ad39ae6e)` | `0.2.2` | `18a8d46ebec575a79212acc2dc6af7fd7bdeba3a9b85a70677ed0b7785c5c04e` | | gst-plugins-rs | [https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs](https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs) `(a84bbc66f30573b62871db163c48afef75adf6ec)` | `1.22.10 (gstreamer)` | `691d5d52f59ec6322a2f6ddc1039ef47c9ac5e6328e2df1ef920629b46c659df` | You can close `liblash` with `git clone git://holbrook.no/liblash` +(\*liblash is now bundled in the `src/aux` directory) + + ## Building +**There are instructions on building and running with [qemu](https://www.qemu.org/) and [Debian Bookworm (12)](https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.5.0-amd64-netinst.iso) in `README.qemu.adoc`** + There is no magic pathfinder implemented currently. Thus, you must configure the environment for building and linking the external sources yourself. Here is what I use in my local setup.