mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
15 lines
590 B
Text
15 lines
590 B
Text
To run, change to this folder in a terminal and run the following command:
|
|
|
|
./bin/Anki
|
|
|
|
- To install system wide, ensure you have make installed
|
|
(eg in Ubuntu, run 'sudo apt install make' in a terminal)
|
|
- Run 'sudo make install'
|
|
- Start Anki with 'anki'
|
|
- To remove in the future, run 'sudo make uninstall' from the same folder.
|
|
|
|
To play and record audio, mpv and lame must be installed. If mpv is not
|
|
installed or too old, Anki will try to fall back on using mplayer.
|
|
|
|
If Anki fails to start, please run it from a terminal to see what errors it
|
|
outputs, and then post on our support site.
|