README 748 B

12345678910111213141516
  1. This is a client written in C for Windows to be used with selfpaste
  2. https://://www.bananas-playground.net/projekt/selfpaste
  3. It uses:
  4. - https://www.argtable.org : Argument parsing (argtable-3.1.5-amalgamation)
  5. - https://github.com/curl/curl-for-win : Pre build curl dependencies (curl-7.70.0-win64-mingw and openssl-1.1.1g-win64-mingw)
  6. - https://github.com/DaveGamble/cJSON : JSON handling (cJSON-1.7.13)
  7. !WARNING!
  8. This is a very simple, with limited experience written, windows C program.
  9. Use at own risk and feel free to improve.
  10. Howto build:
  11. - gcc from https://jmeubank.github.io/tdm-gcc/ (build with tdm64-gcc-9.2.0)
  12. - Run the makefile.bat in a cmd terminal.
  13. - Resulting selfpaste.exe and needed dlls are in bin/ directory.