~kevang/mnemosyne-proj/grade-shortcuts-improvements

« back to all changes in this revision

Viewing changes to mnemosyne/README

  • Committer: Peter.Bienstman at UGent
  • Date: 2015-02-04 19:49:49 UTC
  • Revision ID: peter.bienstman@ugent.be-20150204194949-dl0793al5rpz2hwx
Improve distrib tarball for osx.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
2) MAC OS/X
38
38
 
39
 
Supported Versions of Mac OS X
40
 
 
41
 
-Mac OS 10.6.x (Snow Leopard)
42
 
-Mac OS 10.7.x (Lion)
43
 
-Mac OS 10.8.x (Mountain Lion)
44
 
-Mac OS 10.9.x (Mavericks)
45
 
 
46
 
Installing from Source using MacPorts
47
 
 
48
 
MacPorts can be used to install the dependencies for Mnemosye.
49
 
 
50
 
-Download and install the latest version of MacPorts.
51
 
-Open the Terminal.
52
 
-Make sure you are using the latest version of MacPorts:
53
 
-sudo port selfupdate
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.
 
41
 
 
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
 
45
 
 
46
-Download the Mnemosyne source from the linux download link.
 
47
-Change to the unpacked source directory and run this command:
 
48
 
 
49
sudo make osx
 
50
 
 
51
-The built app will appear in the dist directory. You can then drag and drop the app 
 
52
 into your Applications directory.