Skip to content

Commit

Permalink
Update readme with windows info
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed May 20, 2024
1 parent fc99992 commit 0f1092e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --target install
```

### Windows
The manual installation instructions above should also work for Windows under MSYS2, so someone
experienced might get it to run. But note that the default config location is currently hard coded for Linux.
I will provide an installer in the future.

## Setup
After the program installation you need to create a database where the dictionary entries are read from.
This is done via `dictpopup-create` which creates the database from all Yomichan dictionaries in the current directory.
Expand Down

0 comments on commit 0f1092e

Please sign in to comment.