| [ << Build system notes ] | [Top][Contents][Index][ ? ] | [ Modifying the feta font >> ] | ||
| [ < Website build ] | [ Up : Build system notes ] | [ Modifying the feta font > ] | ||
12.6 Building an Ubuntu distro
Here’s the short instruction on how to create lilybuntu iso image (Jonathan Kulp did this on a spare drive, but he supposes it can be done in a VM too):
- Install ubuntu, reboot.
 - Run all updates, reboot if asked.
 - Enable src repos, refresh package lists.
 - 
Install LilyPond build deps:
sudo apt-get build-dep lilypond
 - 
Install git and autoconf:
sudo apt-get install git-core gitk autoconf
 - 
Test to see whether everything works fine now:
- 
use 
lily-git.tclto grab source files - 
go to source dir and do
"./autogen.sh" ; make ; make doc
 - if all compiles, move on to iso creation...
 
 - 
use 
 - Download & install "remastersys": http://sourceforge.net/projects/remastersys/
 - 
Copy 
lily-git.tclscript file into ‘/etc/skel/’. - 
Modify ‘/etc/remastersys.conf’ as desired (change 
.isoname, default live session username, etc). - Remove non-essential desktop software as desired.
 - 
Create iso:
sudo remastersys dist
New iso is in ‘/home/remastersys/remastersys/’.
 - Test iso by installing in VM and repeating steps above for getting source files and building lp and docs.
 
| [ << Build system notes ] | [Top][Contents][Index][ ? ] | [ Modifying the feta font >> ] | ||
| [ < Website build ] | [ Up : Build system notes ] | [ Modifying the feta font > ] | ||