Skip to content

wgtgithub/vagrant-mecab-gin-restful-api-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage:

About Docker Image

Note:

  • I am not modified this resorces forever

  • If you clone it and then something happened but I won't follow you

  • use in MacOS

    • Do the following commands before run "go get github.com/bluele/mecab-golang"
    $ export CGO_LDFLAGS="-L/to/lib -lmecab -lstdc++"
    $ export CGO_CFLAGS="-I/to/include"
    $ export CC=/usr/bin/clang
    $ go get github.com/bluele/mecab-golang
    
    • Installed mecab-config then do the following commands,
    $ export CGO_LDFLAGS="`mecab-config --libs`"
    $ export CGO_CFLAGS="-I`mecab-config --inc-dir`"
    $ go get github.com/bluele/mecab-golang
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published