Files @ 4f06b2901885
Branch filter:

Location: DistRen/dev-bootstrap.sh

LordOfWar
finished up XMLness of usr_mgr, as far as I can tell its finished and some code needs to be added to main() to test it.
1
2
3
4
5
#!/bin/sh
cd $(dirname $0)

autoreconf -vfi
CFLAGS="-Wall -g -ggdb" LDFLAGS="-Wl,--as-needed" ./configure --prefix="${HOME}"