39
Supported Versions of Mac OS X
41
-Mac OS 10.6.x (Snow Leopard)
43
-Mac OS 10.8.x (Mountain Lion)
44
-Mac OS 10.9.x (Mavericks)
46
Installing from Source using MacPorts
48
MacPorts can be used to install the dependencies for Mnemosye.
50
-Download and install the latest version of MacPorts.
52
-Make sure you are using the latest version of MacPorts:
54
-Install the dependencies for Mnemosyne:
55
-sudo port install bzr python27 py27-sip py27-matplotlib py27-virtualenv py27-setuptools py-cherrypy3 py27-webob python_select py-virtualenvwrapper qt4-mac py27-pyqt4 qt4-mac-sqlite3-plugin
56
-If this is your first time setting up MacPorts, you will need to set the version of python:
57
sudo port select python python27
58
-Type 'python setup.py install' as root.
59
-Run the application by typing 'mnemosyne'.
39
-Install Macports (www.macports.org).
40
-Install the dependencies for Mnemosyne with the following command.
42
sudo port install bzr python27 py27-sip py27-matplotlib py27-virtualenv
43
py27-setuptools py-cherrypy3 py27-webob python_select py-virtualenvwrapper
44
qt4-mac py27-pyqt4 qt4-mac-sqlite3-plugin
46
-Download the Mnemosyne source from the linux download link.
47
-Change to the unpacked source directory and run this command:
51
-The built app will appear in the dist directory. You can then drag and drop the app
52
into your Applications directory.