Skip to content

words already colored during first use #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
levdopa opened this issue Dec 9, 2023 · 1 comment
Closed

words already colored during first use #9

levdopa opened this issue Dec 9, 2023 · 1 comment

Comments

@levdopa
Copy link

levdopa commented Dec 9, 2023

I just built from source and used it for the first time and some words are already colored green/red/yellow even though I would like everything to be grey. idk if this is on purpose or not. I ran sed -i 's/1/0/g' words.json (repeat with 2,3) to make everything grey. Also I had this error while building 'Package alsa was not found in the pkg-config search path. Perhaps you should add the directory containing `alsa.pc'' which is fixed by installing libasound2-dev or alsa-lib-devel on most distros so maybe add a dependency list on the install page

@hsnborn22
Copy link
Owner

Ok so I will address the two issues separately:

Issue #1 is completely normal; this is because in order to allow for immediate testing of new features I kept some example texts in the source code. Fixing this is very simple; all you have to do is go into the folder of the language you're studying and removing the file "words.json" as well as the file "dictionary.txt" (if it is there)

Issue #2: For issue #2 all you have to do is install alsa with this command:

sudo apt install libasound2-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants