From c5cac0bbebcbebb94c5a132ab3079c97c10d1be3 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 6 May 2009 18:19:20 -0400 Subject: [PATCH] Added build-lib-os4.sh --- build-lib-os4.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 build-lib-os4.sh diff --git a/build-lib-os4.sh b/build-lib-os4.sh new file mode 100755 index 00000000..d5ee2ab8 --- /dev/null +++ b/build-lib-os4.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# handy script to build the base libraries and opensync-plugin-0.4x + +./buildgen.sh && \ + ../handy-scripts/configure-barry.sh && \ + make -j2 && \ + make install && \ + cd opensync-plugin-0.4x/ && \ + ../../handy-scripts/configure-barryopensync-0.4x.sh && \ + make -j2 && \ + make install + -- 2.11.4.GIT