boo + ubuntu ?

dug ulist at gs1.ubuntuforums.org
Sun May 8 05:36:45 UTC 2005


Yeah, you first need to install Mono.  (either use "apt-get install
mono" or use the more up to date backports of mono that are available)



Then to install boo, at the Terminal type:



wget http://dist.codehaus.org/boo/distributions/boo-0.5.3.1544.tar.gz

tar xzvf boo-0.5.3.1544.tar.gz

cd boo-0.5.3.1544

./configure

make

sudo make install



(type your password after the sudo line)



Then to test it, type "booish" at the command line.





Alternatively, if you are comfortable with compiling and svn stuff,
here are the nitty gritty details for installing mono, boo, and
monodevelop all from SVN:

http://boo.codehaus.org/Boo+On+Ubuntu



It takes a lot more time to get everything installed that way though.


-- 
dug




More information about the ubuntu-users mailing list