README.txt 654 B

12345678910111213141516171819
  1. A simple gopher client in vala
  2. ==============================
  3. Thank you to Bob131 for teaching me the correct way to do the threading!
  4. Thank you to chrisawi for helping me correct some gtk outside the main thread mistakes, and suggesting several code improvements as well as the "\n\r" instead of "\r\n" bug.
  5. ## How to build
  6. You need valac the vala compiler and gtk library and the gtk dev package (on debian it's libgtk-3-dev)
  7. then just run 'make'
  8. ## How to make gopher links open in this client
  9. * put the `xdg-open` script in ~/bin
  10. * add ~/bin to PATH such that it overrides your system `xdg-open`
  11. * `export GOPHER=` point to this gopher client