Mind Map Architect is Free and Open Source software distributed under BSD Licence. You can download it as source or binary package.
See ChangeLog.
http://sourceforge.net/projects/mmarchitect/files/win32/
System requirements are 32bit compatible system. Gtk+ and other libraries are included. To install run mmarchitect-setup.exe
http://sourceforge.net/projects/mmarchitect/files/debian/
System requirements are 32bit or 64bit x86 compatible system, with gtk+ 2.0. To install run:
$ sudo dpkg -i mmarchitect_0.5.0_i386.deb
More information about compiling source code are in packages files README and INSTALL.
http://sourceforge.net/projects/mmarchitect/files/
System requirements are posix type system with gnu Make, Gtk+ 2.0, Vala 0.12 or higher and C compiler. To install run:
$ tar xjf mmarchitect-0.5.0.tar.bz2 $ cd mmarchitect-0.5.0 $ make configure $ make -j4 $ sudo make install
or if you have debian like system (Debian, Ubunt or Mint), after extract type:
$ dpkg-buildpackage -b $ sudo dpkg -i mmarchitect_0.5.0_i386.deb # if you are i386 system
http://sourceforge.net/projects/mmarchitect/files/c-source/
System requirements are posix type system with gnu Make, Gtk+ 2.0 and C compiler. C source is vala precompiled version. To install only build and install. Package is preconfigured yet to install path /usr/local/
$ tar xjf mmarchitect-c-0.5.0.tar.bz2 $ cd mmarchitect-c-0.5.0 $ make -j4 $ sudo make install
Sources are stored in version system at SourceForge.net. You can get it with standard way by git command:
git clone git://git.code.sf.net/p/mmarchitect/code mmarchitect-code
State of sources is not the same as source packages. So last revision from version system is mostly develop and really experimental.