VirtoolsTranslation/NlpCodec
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
..
.gitignore [refactor] do some works 2024-12-08 23:33:57 +08:00
CMakeLists.txt [refactor] do some works 2024-12-08 23:33:57 +08:00
NlpCodec.cpp fix: fix NlpCodec compile issue. 2024-12-11 16:20:21 +08:00
README.md add scripts. rename NlpCodec. update documents 2023-07-13 22:12:02 +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