Kitt-AI / snowboy

Future versions with model training module will be maintained through a forked version here: https://github.com/seasalt-ai/snowboy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for arm64 ubuntu 20.04 ?

dony71 opened this issue · comments

I notice there is arm64 lib for ubuntu 16.04
Could it be possible to compile libsnowboy-detect.a for arm64 ubuntu 20.04 ?

it is ok.just edit the makefile.
before:
SNOWBOYDETECTLIBFIE := $(TOPDIR)/lib/ubuntu64/libsnowboy-detect.a
after:
SNOWBOYDETECTLIBFIE := $(TOPDIR)/lib/aarche64-ubuntu1604/libsnowboy-detect.a