As you can see it's indeed quite tedious process to install Symbide on
Windows right now. All those steps could possibly be automated with some
smart installer but then someone has to write it. As I understand that
it isn't a top priority for the lead developer at the moment as he uses
Linux.
Also generally if you are on Windows, you'll end up installing a lot of
copies of the libs. For example I probably have at least 4 different
versions of GTK installed: for pidgin, for gimp, for inkscape and now
for Symbide. I don't know whether I could reuse the one for the GIMP as
that one get installed with a separate installer... But that is whole
other discussion of course.
> I've also never installed a tarball before, and GtkSourceView is only
> available as a tarball, so any help would be greatly appreciated.
>
I don't even know whether one can install gtksourceview on Windows (as
in existance of prebuilt binaries), haven't tried that yet. Symbide
should be able to work without it though. But a tarball usually implies
that it's just a source code archive which needs to be compiled first
and I remember that setting up GNU(or any other sort of) toolchain
(compiler, linker, etc.) for Windows was a huge pain in the neck last
time I tried. However if you have Cygwin installed you may already have
one but again I cannot help you there as I know nothing about Cygwin
besides it being a way to run native Linux apps on windows by
recompiling them from source (or something like that).