Anki/README.development
Damien Elmes 103871a5b1 refactor file layout
- 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
2011-04-28 09:26:45 +09:00

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