kee

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

commit 7d94ec27c724508a110f59ef36f085d03941ba91
parent 235cafbb4a79305dd5c101885a11af715f592df5
Author: lash <dev@holbrook.no>
Date:   Thu,  2 May 2024 08:26:51 +0100

Remove varint mentions

Diffstat:
MREADME.md | 19+++----------------
1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -47,19 +47,6 @@ There is no magic pathfinder implemented currently. Thus, you must configure the Here is what I use in my local setup. -### varint - -``` -git clone https://github.com/tidwall/varint.c -cd varint.c -git checkout 7e1f7067eaf6ee114d865c99a8f5f01c813f3a61 -gcc -c varint.c -gcc -shared -o libvarint.so varint.o -``` - -The repository root directory will be your include and ld path. - - ### libcmime I can't seem to set the cmake build prefix so that the `libcmime.pc` file is generated correctly. Unfortunately, `pkg-config` is thus off the table. @@ -100,10 +87,10 @@ cargo cbuild -p gst-plugin-gtk4 set -x export GST_PLUGIN_PATH=/home/lash/src/build/gst-plugins-rs/0.9.13/target/x86_64-unknown-linux-gnu/debug/ -export LIBRARY_PATH=$LIBRARY_PATH:/home/lash/src/build/varint.c/0.1.0:/home/lash/src/build/libcmime/0.2.2/build/usr/local/lib64 -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/lash/src/build/varint.c/0.1.0:/home/lash/src/build/libcmime/0.2.2/build/usr/local/lib64 +export LIBRARY_PATH=$LIBRARY_PATH:/home/lash/src/build/libcmime/0.2.2/build/usr/local/lib64 +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/lash/src/build/libcmime/0.2.2/build/usr/local/lib64 export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/home/lash/src/build/libcmime/0.2.2/build/usr/local/lib64/pkgconfig -export C_INCLUDE_PATH=$C_INCLUDE_PATH:/home/lash/src/build/varint.c/0.1.0:/home/lash/src/build/libcmime/0.2.2/build/usr/local/include +export C_INCLUDE_PATH=$C_INCLUDE_PATH:/home/lash/src/build/libcmime/0.2.2/build/usr/local/include make run