acetone 5815d181a3 W for Windows 4 år sedan
..
windows bd3bdacdd9 Загрузить файлы 'Releases/1.1-train/windows' 4 år sedan
Makefile.linux b1cbe50ae3 Обновить 'Releases/1.1-train/Makefile.linux' 4 år sedan
Makefile.mingw f217a0f68e Makefile fix 4 år sedan
README.md 5815d181a3 W for Windows 4 år sedan
sygcpp1.1.cpp 1fa320a904 dev list 4 år sedan

README.md

SYG-CPP 1.1 "TRAIN"

How build on Windows under MSYS2 shell

  • Run MSYS2 MinGW 64-bit shell
  • Install required packages pacman -S make mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl
  • Compile application make -f Makefile.mingw
  • Run it using sygcpp.exe

How build on Linux

  • Install required packages sudo apt-get install make g++ libssl-dev
  • Compile application make -f Makefile.linux
  • Run it using ./sygcpp