[coyotos-dev] building coyotos on ubuntu 7.10
Christopher Nelson
nadiasvertex at gmail.com
Tue Nov 13 16:50:42 EST 2007
The following is the list of modules I needed to install and instructions to
follow from a vanilla ubuntu 7.10 install to reach joy compiling coyotos.
Hopefully it is useful to anyone desiring to compile coyotos on Ubuntu
systems.
Here is a list of packages you must install in addition to the base image
for ubuntu 7.10:
binutils-dev
bison
flex
g++
gawk
libicu36-dev
libgc-dev
mercurial
mtools
patch
texinfo
Also, here are the steps I had to take:
--------------------------------------------------------
cd /
sudo hg clone http://dev.eros-os.com/hg/coyotos
sudo chown -R my_user_name /coyotos
cd /coyotos/src
hg clone http://dev.eros-os.com/hg/ccs-xenv
./configure --target=i386-unknown-coyotos
cd ccs-xenv
make -f Makefile.xenv
cd ..
make -k
make
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.coyotos.org/pipermail/coyotos-dev/attachments/20071113/6ef312c0/attachment.html
More information about the coyotos-dev
mailing list