mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
update readme
This commit is contained in:
parent
594d888993
commit
2f656397fd
1 changed files with 6 additions and 6 deletions
|
@ -2,13 +2,13 @@ You need to have the python-pyqt development packages installed (specifically,
|
|||
you need the binary pyuic4).
|
||||
|
||||
To use the development version:
|
||||
$ mkdir anki
|
||||
$ cd anki
|
||||
$ git clone git://ichi2.net/libanki
|
||||
$ git clone git://ichi2.net/ankiqt
|
||||
$ cd ankiqt; ./tools/build_ui.sh
|
||||
$ cd ankiqt; ../tools/translate.sh
|
||||
$ cd ../../libanki/anki; ../tools/translate.sh
|
||||
$ cd libanki
|
||||
$ ./tools/translate.sh
|
||||
$ cd ../ankiqt
|
||||
$ ./tools/build_ui.sh
|
||||
$ ./tools/translate.sh
|
||||
|
||||
And now you're ready to run Anki:
|
||||
$ cd ../../ankiqt; ./anki
|
||||
$ ./anki
|
||||
|
|
Loading…
Reference in a new issue