From 67c35e18f44df999cce5eab62b1849d33e593879 Mon Sep 17 00:00:00 2001 From: Daniel Francis Date: Thu, 24 Jan 2013 16:19:32 +0000 Subject: Setup system, clone and build Sugar-build Signed-off-by: Daniel Francis --- (limited to 'sugar-build-clone.sh') diff --git a/sugar-build-clone.sh b/sugar-build-clone.sh new file mode 100755 index 0000000..d10c94c --- /dev/null +++ b/sugar-build-clone.sh @@ -0,0 +1,23 @@ +#!/bin/sh +# +# Copyright (C) 2013 Daniel Francis +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA. + +cd +git clone git://git.sugarlabs.org/sugar-build/sugar-build.git +cd sugar-build +make build -- cgit v0.9.1