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