You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
The pre-built executables don't work on many platforms (e.g. Ubuntu 20.04) due to missing dependencies, so it would be good to have some general instructions on building from source in the README.
The text was updated successfully, but these errors were encountered:
Check the scripts directory. Its a go project so dependencies are automatically downloaded when you run go build. If you don't want to use the build_linux.sh script you can run:
go build -o out/yomichan-import yomichan/main.go
in the project root. Or change the yomichan/main.go to yomichan-gtk/main.go if you prefer the graphical version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The pre-built executables don't work on many platforms (e.g. Ubuntu 20.04) due to missing dependencies, so it would be good to have some general instructions on building from source in the README.
The text was updated successfully, but these errors were encountered: