Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 502 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 502 Bytes

TXT2GAM

Linux build

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

Windows build

mkdir build
cd build
cmake -G "Visual Studio 15 2017" -A Win32 -DCMAKE_INSTALL_PREFIX=out ..
cmake --build . --target install --config Release

TODO

  • Support UTF-8
  • Support all new-line formats (CRLF, CR, LF)
  • Join multiple text files (you can specify a file that contains a list of files to be joined)

Chat group

https://discord.gg/6gWVYUtUGZ