r4sas 259a9de034
remove optimisations for debug build
Signed-off-by: r4sas <r4sas@i2pmail.org>
2020-08-17 11:31:58 +00:00
2020-08-17 11:38:24 +03:00
2020-08-17 11:38:24 +03:00
2020-08-17 11:31:58 +00:00
2020-08-17 10:52:30 +00:00
2020-08-17 11:38:24 +03:00

SYGCPP

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
  • Run it using sygcpp.exe

How build on Linux

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

Note: If you want compile static binary, add STATIC=yes or STATIC=full to make command. That works only on Linux.

Description
No description provided
Readme 92 KiB
1.1-train Latest
2020-08-17 10:57:52 +00:00
Languages
C++ 94.3%
Makefile 5.7%