All of lore.kernel.org
 help / color / mirror / Atom feed
* [XCI] build order & prerequisites
@ 2009-07-08  1:50 Tim Moore
  2009-07-08 13:42 ` Vincent Hanquez
  2009-07-21  3:26 ` iicolsandersii
  0 siblings, 2 replies; 5+ messages in thread
From: Tim Moore @ 2009-07-08  1:50 UTC (permalink / raw)
  To: xen-devel


Hi,

i`ve just completed my 3rd successful build of XCI using the buildroot from Xenbits... here is my installation order/script for anyone else who wants to try.

Debian Lenny x86 (32bit)

1)
apt-get install git-core libdbus-1-3 gcc bcc flex bison bzip2 iasl bin86 autoconf automake1.9 libtool make libncurses5-dev asciidoc cpp g++ libglib2.0-dev texinfo pciutils-dev gawk 

2)
cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/guilt-0.32.1.tar.gz
tar zxvf guilt-0.32.1.tar.gz
cd /usr/src/guilt-0.32.1
make && make install

3)
cd /usr/src
git clone http://xenbits.xen.org/git-http/xenclient/build.git /usr/src/build

4)
cd /usr/src/build
cp configs/xenclient_config ./.config

5)
make menuconfig
Change to
Package Selection for the target  --->  Audio and video libraries and applications  --->  [*] alsa-lib

Build options  --->  Mirrors and Download locations  --->  	(easynews) Sourceforge mirror site
						(change to)[confirmed]	(kent) Sourceforge mirror site

6)
make 

Comments welcome.

If you want me to upload to the Wiki, please point out where you would like the page to be created.

Cheers,
Tim

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-22 11:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-08  1:50 [XCI] build order & prerequisites Tim Moore
2009-07-08 13:42 ` Vincent Hanquez
2009-07-21  3:26 ` iicolsandersii
2009-07-21  3:35   ` iicolsandersii
2009-07-22 11:22   ` Tim Moore

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.