mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
update readme
This commit is contained in:
parent
ed1758bb30
commit
4dd60564bc
1 changed files with 23 additions and 21 deletions
44
README
44
README
|
@ -3,36 +3,38 @@ Anki for Linux
|
|||
|
||||
Prerequisites:
|
||||
|
||||
1. A recent python (2.4 should be fine)
|
||||
2. libqt4.2+
|
||||
3. python-qt/pyqt 4.4+
|
||||
4. sqlalchemy 0.4.1+
|
||||
5. simplejson 1.7.3+
|
||||
6: pysqlite2 1.3.0 or python2.5
|
||||
|
||||
If your version of Debian/Ubuntu is not new enough, it will include an old
|
||||
copy of python-qt. You must have at least python-qt 4.2 to run Anki.
|
||||
- a recent python (2.4 should be fine)
|
||||
- python-qt/pyqt 4.4+
|
||||
- sqlalchemy 0.4.1+
|
||||
- simplejson 1.7.3+
|
||||
- pysqlite2 1.3+ or python2.5
|
||||
|
||||
For graph generation:
|
||||
|
||||
1. python-numpy (numpy)
|
||||
2. python-matplotlib (matplotlib)
|
||||
|
||||
The most recent release of matplotlib is broken. Downgrade for now.
|
||||
- python-numpy (numpy)
|
||||
- python-matplotlib (matplotlib)
|
||||
|
||||
For furigana generation:
|
||||
|
||||
1. kakasi
|
||||
- kakasi
|
||||
|
||||
To install:
|
||||
For audio support:
|
||||
|
||||
1. cd; tar xzf ankiqt<...>.tgz
|
||||
2. cd ankit<...>/libanki
|
||||
3. sudo python setup.py install
|
||||
4. cd ..; sudo python setup.py install
|
||||
5. anki
|
||||
- pygame
|
||||
|
||||
Running / Installation
|
||||
-------------------------------------
|
||||
|
||||
To run from the directory you've untarred it to,
|
||||
|
||||
$ ./anki
|
||||
|
||||
If you want to install it system wide,
|
||||
|
||||
$ (cd libanki && sudo python setup.py install)
|
||||
$ sudo python setup.py install
|
||||
$ anki
|
||||
|
||||
For more information and the latest version, please see the website at:
|
||||
|
||||
http://ichi2.net/anki/
|
||||
|
||||
|
|
Loading…
Reference in a new issue