Compiling and Release of Netview
If you haven’t caught Chris Gates (@carnal0wnage) and my talk at DerbyCon 2012 - we released 2 tools, Netview, and Ditto. Here I’ll walk you through compiling Netview yourself, in the next blog post we’ll go over compiling Ditto and how you can remove it’s icon to reduce the size if you want. But for Netview it’s pretty straight forward. First you pull a copy of the GIT repository:
https://github.com/mubix/netview
Once you’ve done that, you’ve got a directory looking like this:
You will also need Visual Studio C++ (The Express version if free here: http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express )
Once you have both you double click the .sln file (Solution File)
And you get a ugly blue and purple box like this:
Where you switch the compile option from “Debug” to “Release” and click to “Build Solution”:
Sounds much more grandiose than it really is. If all goes well you’ll get the box at the bottom to say “Build: 1 succeeded”
You’ll have a new folder:
and inside is your wonderful prize:
You could go through all of that… or just download it here: /projects/netview.exe