Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@ Download it from [GitHub releases, v2.1](https://github.com/jjgod/mac-dictionary

## Build instructions

Install static build of glib before trying to build:

brew install glib --with-static
## To prevent flashback when you drag the dictionary to convert in this app

Download the fixed version
https://pan.baidu.com/s/1cLONS1XzKMItgNLswN-mSA pw:rc5q

Original: https://zhuanlan.zhihu.com/p/365794977 by 时间与金钱.

1.Install homebrew first
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2.Install glib
brew install glib

## TODO

Expand Down