open komodo is out
Friday, 02 November 2007
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