Go to file
Daniel Drake 87e9effc84 Makefile: only install required files
The previous Makefile is doing "cp *" and hence installing uninteresting
files like the Makefile itself.

Copy only the application-relevant files, and switch to using install
for some of this where we can automatically create parent directories
if required, solving issues when installing into an empty root.

locale installation is optional; as before, locale files will be
installed if they are present, but installation can also proceed
without them.
2018-03-15 21:59:23 +08:00
anki fix memory leak caused by text_factory 2018-03-05 15:27:22 +10:00
aqt allow pycmd() to return a value 2018-03-08 17:48:14 +10:00
designer clarify add notes option in browser 2018-02-22 16:58:32 +11:00
tests fix no relearn steps case in v2 sched 2018-02-02 14:30:53 +10:00
tools runanki.system: fix prefix at install time 2018-03-08 23:22:41 -06:00
web Revert "workaround for some drags not being accepted" 2018-02-05 11:27:14 +10:00
.gitignore runanki.system: fix prefix at install time 2018-03-08 23:22:41 -06:00
.travis.yml no parallel processing in travis run 2018-01-27 19:06:49 +10:00
anki.1 merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.desktop update anki.desktop (thanks to julian) 2017-01-24 18:29:31 +10:00
anki.png merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xml merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
anki.xpm merged libanki and ankiqt into single distro 2012-12-21 16:51:59 +09:00
LICENSE update LICENSE to match source code 2018-01-06 19:07:56 +09:00
LICENSE.logo clarify logo license 2017-09-06 17:01:23 +10:00
Makefile Makefile: only install required files 2018-03-15 21:59:23 +08:00
README.contributing new add-on handling 2017-08-26 15:14:20 +10:00
README.development Provide details regarding pyqt5 version 2018-02-21 12:48:18 -07:00
README.md readme tweak 2017-08-16 20:02:09 +10:00
requirements.txt remove unused httplib2 from requirements 2018-02-26 11:20:55 +11:00
runanki explicit python3 in runanki, remove /usr/share ref 2016-06-28 15:47:09 +10:00

Anki

This is the development branch of Anki.

For stable builds, please see https://apps.ankiweb.net.

For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing

To run from source, please see README.development.

Build Status