update readme

This commit is contained in:
Damien Elmes 2009-02-24 01:23:01 +09:00
parent 594d888993
commit 2f656397fd

View file

@ -2,13 +2,13 @@ You need to have the python-pyqt development packages installed (specifically,
you need the binary pyuic4). you need the binary pyuic4).
To use the development version: To use the development version:
$ mkdir anki
$ cd anki
$ git clone git://ichi2.net/libanki $ git clone git://ichi2.net/libanki
$ git clone git://ichi2.net/ankiqt $ git clone git://ichi2.net/ankiqt
$ cd ankiqt; ./tools/build_ui.sh $ cd libanki
$ cd ankiqt; ../tools/translate.sh $ ./tools/translate.sh
$ cd ../../libanki/anki; ../tools/translate.sh $ cd ../ankiqt
$ ./tools/build_ui.sh
$ ./tools/translate.sh
And now you're ready to run Anki: And now you're ready to run Anki:
$ cd ../../ankiqt; ./anki $ ./anki