debootstrap ubuntu lucid to build spring

debootstrap ubuntu lucid to build spring

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

debootstrap ubuntu lucid to build spring

Post by abma »

maybe this helps others as well:

steps for a chrooted build-system for spring:

Code: Select all

deboostrap lucid lucid
cd lucid
mount -t proc proc proc
chroot .
echo "deb http://archive.ubuntu.com/ubuntu lucid main universe">/etc/apt/sources.list
apt-get update
apt-get install cmake git-core gcc g++ libfreetype6-dev libboost1.40-all-dev libdevil-dev p7zip-full libopenal-dev libsdl-dev libvorbis-dev libglew1.5-dev libxcursor-dev
(i'm not sure if i missed something, but should be nearly complete)
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: debootstrap ubuntu lucid to build spring

Post by Tobi »

I've also got this, that basically includes your instructions (though I used schroot, not plain chroot):

https://github.com/spring/spring/blob/m ... E.markdown
Post Reply

Return to “Engine”