Download & Install
Please make sure you are using latest build (v0.5 b12).
Windows installation instructions
Linux and Mac binary installation
Linux and Mac installation from sources
Back to Index
Windows installation instructions
Please make sure that following packages are installed:
java-1.5+ http://www.java.com/
octave-3.0.x http://octave.sf.net/
Download and run miraimath-0.5-win32-setup.exe installer.
Linux and Mac binary installation
Please make sure that following packages are installed:
java-1.5+ (open jre or sun jre; 5 or 6)
octave-3.0.x
Download archive for your architecture:
Mac OS X: miraimath-0.5-carbon-macosx.tar.bz2
Linux i586: miraimath-0.5-linux-x86.tar.bz2
Linux x86_64: miraimath-0.5-linux-x86_64.tar.bz2
Extract archive:
$ tar -jxvf miraimath-0.5-carbon-macosx.tar.bz2
Run program from commandline:
$ cd miraimath-0.5
$ ./mmoctave.sh
Linux and Mac installation from sources
Please make sure that ALL following packages are installed.
ant
eclipse-swt-3.4+
java-1.5+ (open jre or sun jre; 5 or 6)
java-1.5+-dev (open jdk or sun jdk; 5 or 6)
jdom
jpackage-utils
octave-3.0.x
Download source archive:
Source: miraimath-0.5-src.tar.bz2
Extract archive:
$ tar -jxvf miraimath-0.5-src.tar.bz2
Compile and install:
$ make
$ sudo make install
Run miraimath from menu or from commandline:
$ mmoctave
Back to Index