From 41794271a5a82b11f6484e5ad77d1558686a4f32 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 4 Sep 2013 11:56:22 +0100 Subject: [PATCH] Add README --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ae658e0 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +ubase is a set of tools similar to util-linux to complement sbase[1]. + +To build a statically linked version with musl: + + make CC=musl-gcc LDFLAGS+="-static" ubase-box + +[1] http://git.suckless.org/sbase