Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Build documentation needs to be improved #39

Open
mguthaus opened this issue Jan 5, 2023 · 1 comment
Open

Build documentation needs to be improved #39

mguthaus opened this issue Jan 5, 2023 · 1 comment

Comments

@mguthaus
Copy link

mguthaus commented Jan 5, 2023

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.

@rnpnr
Copy link
Contributor

rnpnr commented Jan 7, 2023

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants