yomichan-import icon indicating copy to clipboard operation
yomichan-import copied to clipboard

Build documentation needs to be improved

Open mguthaus opened this issue 2 years ago • 1 comments

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.

mguthaus avatar Jan 05 '23 18:01 mguthaus

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.

rnpnr avatar Jan 07 '23 17:01 rnpnr