]> git.street.me.uk Git - andy/viking.git/blame - INSTALL
Merging track by name. As submitted by Hein Ragas <viking@ragas.nl>
[andy/viking.git] / INSTALL
CommitLineData
50a14534 1UNIX:
2cf70835 2
50a14534
EB
3You must have GTK+ 2.2.0 or greater installed.
4
ad4d241a
GB
5if from SVN (not from prepackaged tarball):
6./autogen.sh
2cf70835
EB
7
8
9./configure
50a14534 10make
ad4d241a
GB
11make install # as root
12
13Run "./configure --help" for some configuration options.
50a14534 14
50a14534
EB
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