Finally after a log pause, I have committed initial codebase for
Armstrong IDE on github at:
http://github.com/tuxdna/Armstrong-IDE
I have thought to write it from scratch using Gtkmm toolkit as it is
portable across various OSes which is our key requirement.
To compile it on Fedora 13:
$ sudo yum install -y gtksourceviewmm-devel libgdl-devel
$ git clone g...@github.com:tuxdna/Armstrong-IDE.git
$ cd Armstrong-IDE
$ mkdir build
$ cd build
$ cmake ../
$ make
$ cd ../
$ build/src/armstrong-ide
Regards,
Saleem