ubase

suckless linux base utils
git clone git://git.2f30.org/ubase
Log | Files | Refs | README | LICENSE

commit 41794271a5a82b11f6484e5ad77d1558686a4f32
parent 692baf0ec55f89891590c4af358e1574097baf7f
Author: sin <sin@2f30.org>
Date:   Wed,  4 Sep 2013 11:56:22 +0100

Add README

Diffstat:
AREADME | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README 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