open komodo is out

The wraps are finally off Open Komodo!

Check it out.

Quick build notes:

# Get the source
svn co http://svn.openkomodo.com/repos/openkomodo/trunk openkomodo
# Build Mozilla
cd openkomodo/mozilla
python build.py configure -k 1.0 --moz-src=cvs:1.8 --release \
    --no-strip --shared --tools
python build.py distclean all
cd ..
# Build Komodo
export PATH=`pwd`/util/black:$PATH   # Komodo's "bk" build tool
bk configure
bk build
# Run Komodo
bk run

If you have the build prerequisites setup, you should be able to cut ‘n paste the above. (Windows users, use the Windows-specific quick build steps in the README.txt.)

I have some (longer term) plans to reduce those build steps to:

./configure.py
mk

2 Responses to “open komodo is out”

  1. skierpage said:

    Is it conceivable that you could provide an Open Komodo build as just a XULRunner app for people who have Firefox 3 (Gran Paradiso/Minefield) installed? firefox.exe -app OpenKomodo/application.ini ? I don’t want to install another .exe just to try something out.

  2. trentm said:

    Eventually yes, we want to make it a XULRunner app (or at least provide the ability to do that). Before that we want to move to the mozilla trunk. Currently we’re building on the 1.8 branch.

Leave a Reply