lilak icon indicating copy to clipboard operation
lilak copied to clipboard

Build failed on macos system

Open aalirezamoradii opened this issue 2 years ago • 1 comments

دستور sudo apt-get install libhunspell-dev برای سیستم عامل ubuntu هست و روی سیستم عامل مک خطا میده

بعد از اجرای make build >> FileNotFoundError: [Errno 2] No such file or directory: '../build/fa-IR.aff' make: *** [build] Error 1

aalirezamoradii avatar Apr 16 '22 10:04 aalirezamoradii

Unfortunately I don't have Mac but I think this should be fixed easily. try this:

brew install hunspell
make build
make test

b00f avatar Apr 16 '22 12:04 b00f