Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuild scripts for supporting libraries and executables #27
Comments
|
Sure, open a pr anytime. We don't support Linux officially but are open to accepting prs from the community! |
|
I have the feeling that there is no such a thing as scripts to support building the binaries. binaries seem to be simply copied from add-on to add-on. All Mecab-using add-ons seem to be using the same binaries. the simplest solution to different distros in linux is to symlink the mecab.bin to the distro mecab binary. Extension simply executes the binary and pipes its input and output. |
|
Look at reading.py to understand how mecab is used |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nature of issue?
New feature details:
It'd be nice to have scripts necessary to build files in
src/supportbundled with this repository, as there are certain platforms current prebuilt binaries don't cover (i.e. non-glibc Linux, the BSDs). I wouldn't mind contributing a set of generic Linux scripts, but I'd like to hear your opinion on the matter before investing what could be a decent amount of effort.