~ubuntu-branches/ubuntu/raring/mnemosyne/raring

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-04-18 20:43:08 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130418204308-tiwzzs0n1n79qhyt
Tags: 2.2.1-0ubuntu1
New upstream bugfix release (LP: #1169634)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
First install the following dependencies:
6
6
 
7
7
-Python 2.5 or later (http://www.python.org)
8
 
-PyQt 4.5 or later (http://www.riverbankcomputing.co.uk/software/pyqt/download)
9
 
-If you want to be able to enter formulas using latex syntax, make sure that
10
 
 latex is installed.
 
8
-PyQt 4.5 or later
 
9
 (http://www.riverbankcomputing.co.uk/software/pyqt/download)
 
10
-If you want to be able to enter formulas using latex syntax, make sure
 
11
 that latex is installed.
11
12
-Matplotlib (http://matplotlib.sourceforge.net/)
12
13
-EasyInstall (http://peak.telecommunity.com/DevCenter/EasyInstall)
13
14
-CherryPy 3.2 or later (http://www.cherrypy.org)
 
15
 
 
16
Under Ubuntu, these dependencies can be resolved by installing the
 
17
following packages:
 
18
 
 
19
python-cherrypy3 python-apsw python-setuptools python-virtualenv
 
20
python-qt4-dev python-sip python-sip-dev pyqt4-dev-tools qt4-designer
 
21
libqt4-sql python-qt4-sql libqt4-sql-sqlite python-matplotlib
 
22
python-qt4-phonon python-sphinx
 
23
 
 
24
To actually install mnemosyne:
 
25
-Extraxt the .tar.gz file and change to its root directory (i.e.
 
26
 probably the directory where you found this README file).
14
27
-Type 'python setup.py install' as root.
 
28
 
 
29
To test the installation:
 
30
-Change to any other directory e.g. by typing 'cd ~'.
15
31
-Run the application by typing 'mnemosyne'.
16
32
 
17
 
Under Ubuntu, these dependencies are in the following packages:
18
 
 
19
 
python-cherrypy3 python-apsw python-setuptools python-virtualenv python-qt4-dev
20
 
python-sip4 python-sip4-dev pyqt4-dev-tools qt4-designer libqt4-sql
21
 
python-qt4-sql libqt4-sql-sqlite python-matplotlib python-qt4-phonon
22
 
python-sphinx
23
 
 
24
 
 
25
33
2) MAC OS/X
26
34
 
27
35
Supported Versions of Mac OS X