open komodo is out
The wraps are finally off Open Komodo!
- source: http://svn.openkomodo.com/openkomodo/browse/openkomodo/trunk
- grok (an alternative to lxr): http://grok.openkomodo.com/source/search?q=koDirs
- wiki: http://wiki.openkomodo.com/index.php/Main_Page
- mailing lists: http://lists.openkomodo.com/mailman/listinfo
- irc: irc.mozilla.org #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


November 2nd, 2007 at 7:20 pm
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.November 3rd, 2007 at 8:32 am
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.