3 You must have GTK+ 2.2.0 or greater installed.
8 && automake -a && automake \
14 strip --strip-all viking # optional)
15 cp viking /usr/local/bin # as root)
16 cp ../viking-remote /usr/local/bin # optional)
18 Or, if you are using GTK 2.2 (as opposed to 2.4 or greater):
21 make -f Makefile_GTK_2_2
22 strip --strip-all viking
23 cp viking /usr/local/bin
24 cp ../viking-remote /usr/local/bin
26 Try the "example.vik" file to get started.
30 You must have Mingw and MSYS (?) installed. Set the path to include the GTK LIB
31 directory and the bin directory for mingw. Then just gcc -c each of source files
32 and link 'em together along with a bunch of GTK libs. I have batch files to do
33 all of this, I will include them in here soon. Cross-compiling with Linux
34 might also be possible but I've never tried it.