yyc12345
52ea2745dd
- move gitignore in individual directories. - change some directory layout. - refactor NlpCodec but not finished. |
||
---|---|---|
.. | ||
.gitignore | ||
CMakeLists.txt | ||
NlpCodec.cpp | ||
README.md |
Nlp Codec
Requirements
- C++ 17 standard libs.
- zlib
Linux
mkdir out
cd out
cmake ..
make
Windows MSYS2
mkdir out
cd out
cmake -G "Unix Makefiles" ..
make