mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00

- ankiqt->aqt - move all the files in ui into the top level - move icons_rc.py into aqt/forms, and the qrc into designer/ - remove setuptools
25 lines
634 B
Text
25 lines
634 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 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
|