Go to file
evandrocoan 8b1f302dc9 Deprecate the Cygwin /usr/bin/ note README.development
Such change seem to break my Cygwin installation and it is not
required as a installation step anymore because it was only useful
when the user attempted to install `gettext` using `apt-cyg`, but
now I instruct them to download the binaries directly from their
website.
2020-03-02 16:51:27 -03:00
.github match Alan's patch 2020-02-27 12:52:00 +10:00
meta bump version 2020-02-16 08:50:10 +10:00
proto make logging explicit, and support logging to a file 2020-02-29 20:44:01 +10:00
pylib Merge pull request #478 from Arthur-Milchior/missing_constant 2020-03-02 15:43:31 +10:00
qt Merge pull request #454 from glutanimate/display-addon-name-in-config-window 2020-03-02 16:59:44 +10:00
react Renamed FIND_EXEC to FIND, replaced IS_WINDOWS by specific commands 2020-02-25 03:15:11 -03:00
rslib add nfd tag fix to db check 2020-03-01 11:21:25 +10:00
rspy Merge pull request #487 from evandroforks/fix_rspy_makefile_rebuild 2020-03-02 16:30:01 +10:00
svelte Deprecated SHELLCMD, moved the pyaudio installation instructions to 2020-02-25 21:08:05 -03:00
tslib Deprecated SHELLCMD, moved the pyaudio installation instructions to 2020-02-25 21:08:05 -03:00
.gitignore output into dist/ 2020-01-03 14:32:26 +10:00
CONTRIBUTORS Merge remote-tracking branch 'danielelmes/master' into fix_windows_build 2020-02-27 00:54:16 -03:00
LICENSE drop pystache and move legacy code into separate file 2020-01-11 19:38:30 +10:00
Makefile Hide the Makefile buildhash rule verbosity 2020-03-01 22:39:19 -03:00
pkgkey.asc add public key for release signing 2018-09-18 10:40:45 +10:00
README.contributing mention need to update translations and link to docs 2020-02-26 18:05:32 +10:00
README.development Deprecate the Cygwin /usr/bin/ note README.development 2020-03-02 16:51:27 -03:00
README.md Created a relative badge link README.md 2020-03-01 23:10:40 -03:00
run Fixed development compilation with Windows 10 2020-02-24 14:59:11 -03:00

This repo contains all the code for the computer version of Anki.

If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing

For more information on building, please see README.development

If you'd like to contribute code, please see README.contributing