Open herpiko opened 8 years ago
I've run all step in README.md then get an error when compiling on Debian Jessie.
README.md
$ make cc -std=c99 -Wall -g -O2 -Wextra -Isrc -I/usr/local/include -DNDEBUG -lpcre2-8 -L/usr/local/lib tests/affix_removal_tests.c build/libsastrawi.a tests/test_helper.o -o tests/affix_removal_tests cc: error: tests/test_helper.o: No such file or directory : recipe for target 'tests/affix_removal_tests' failed make: *** [tests/affix_removal_tests] Error 1
Is there any step I missed?
I've run all step in
README.md
then get an error when compiling on Debian Jessie.Is there any step I missed?