File: README.development

package info (click to toggle)
anki 1.2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,932 kB
  • sloc: python: 34,972; sh: 214; xml: 106; makefile: 31
file content (23 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
You need to have the python-pyqt development packages installed (specifically,
you need the binary pyuic4). 

To use the development version:

$ git clone https://github.com/dae/libanki.git
$ git clone https://github.com/dae/ankiqt.git
$ cd ankiqt
$ ./tools/build_ui.sh

The translations are stored in a bazaar repo for integration with launchpad's
translation services. If you want to use a language other than English, edit 

$ cd ..
$ mv libanki lib
$ mv ankiqt qt
$ bzr clone lp:anki
$ cd anki
$ ./update-mos.sh
$ cd ../ankiqt

And now you're ready to run Anki:
$ ./anki