dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.36k stars 367 forks source link

no developer info? #22

Closed polycopter closed 8 years ago

polycopter commented 8 years ago

I wish there were some kind of information provided about building on Windows (how to satisfy the Qt dependency, e.g.)... or did I miss that info somewhere?

dannagle commented 8 years ago
  1. Download the Qt installer from http://www.qt.io/download-open-source/
  2. Let it install MingGW if you don't have a compiler.
  3. Open the project PacketSender.pro
  4. Build! Qt is the only dependency!
polycopter commented 8 years ago

brilliant! thanks.