spiralofhope logo
spiralofhope logo

S
piral of Hope
Better software is possible.
Styles
Table of Contents

Programming >


http://mythryl.org/

About

(to do)

6.0.0

On Unity Linux 2011 alpha 2, 2011-10-17, updated recently.

\su
\smart install \
  glibc-devel \
  libgtk+2.0_0 \
  libgtk+2.0-devel \
  libgtkglext-1.0-devel
file=mythryl7.110.58-dist-2011-10-15-02.45.49.tar.bz2
\wget http://mythryl.org/download/$file
\tar -xvvf $file
\cd mythryl7.110.58
./Configure
\make all
\make install

3.0.2

Tested Mythryl 3.0.2 on Lubuntu 10.10, around 2010-11-25, updated recently.

Then read the README within the archive for installation instructions. They don't maintain them on the website.

Need the standard C and Gtk development libraries and header files

\sudo \apt-get install \
  libc6-dev \
  libgtkglext1-dev \
  libgtk2.0-0 \
  libgtk2.0-bin \
  libgtk2.0-common \
  libgtk2.0-dev \
\wget http://mythryl.org/download/mythryl7.110.58-dist-2009-09-07-11.47.45.tar.bz2
\tar -xvvf mythryl7.110.58-dist-2009-09-07-11.47.45.tar.bz2
\cd mythryl7.110.58
\make compiler
\sudo \make install

TODO