]> git.street.me.uk Git - andy/viking.git/blame - INSTALL
Initialisation to avoid warning
[andy/viking.git] / INSTALL
CommitLineData
50a14534 1UNIX:
2cf70835 2
50a14534
EB
3You must have GTK+ 2.2.0 or greater installed.
4
2cf70835
EB
5if from CVS:
6aclocal \
7&& autoheader \
8&& automake -a && automake \
9&& autoconf
10
11
12./configure
50a14534
EB
13make
14strip --strip-all viking # optional)
15cp viking /usr/local/bin # as root)
16cp ../viking-remote /usr/local/bin # optional)
17
18Or, if you are using GTK 2.2 (as opposed to 2.4 or greater):
19
20cd src
21make -f Makefile_GTK_2_2
22strip --strip-all viking
23cp viking /usr/local/bin
24cp ../viking-remote /usr/local/bin
25
26Try the "example.vik" file to get started.
27
28Windows:
29(Outdated info)
30You must have Mingw and MSYS (?) installed. Set the path to include the GTK LIB
31directory and the bin directory for mingw. Then just gcc -c each of source files
32and link 'em together along with a bunch of GTK libs. I have batch files to do
33all of this, I will include them in here soon. Cross-compiling with Linux
34might also be possible but I've never tried it.
35