yyc12345 6193a2ede6 fix: fix NlpCodec compile issue.
- fix std::ifstream length getter.
- use std::format in throwing exception.
2024-12-11 16:20:21 +08:00
..
2024-12-08 23:33:57 +08:00
2024-12-08 23:33:57 +08:00
2024-12-11 16:20:21 +08:00

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