mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
27 lines
720 B
Text
27 lines
720 B
Text
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
|
|
|
|
Make sure you rebuild the UI every time you update the sources.
|
|
|
|
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:
|
|
|
|
$ cd ..
|
|
$ mv ankiqt qt
|
|
$ bzr clone lp:anki
|
|
$ cd anki
|
|
$ ./update-mos.sh
|
|
$ cd ../qt
|
|
|
|
And now you're ready to run Anki:
|
|
$ ./anki
|
|
|
|
Windows users may find the following document useful:
|
|
http://ankisrs.net/docs/WindowsDevEnvironment.html
|