Document previous patch
[viking.git] / INSTALL
blob5e7766a76804c212e161e1f4fded908a4b43e5e8
1 UNIX:
3 You must have GTK+ 2.2.0 or greater installed.
5 if from SVN (not from prepackaged tarball):
6 ./autogen.sh
9 ./configure
10 make
11 make install # as root
13 Run "./configure --help" for some configuration options.
15 Try the "example.vik" file to get started.
17 Windows:
18 (Outdated info)
19 You must have Mingw and MSYS (?) installed. Set the path to include the GTK LIB
20 directory and the bin directory for mingw. Then just gcc -c each of source files
21 and link 'em together along with a bunch of GTK libs. I have batch files to do
22 all of this, I will include them in here soon. Cross-compiling with Linux
23 might also be possible but I've never tried it.