r48: Started writing the help text.
[rox-filer.git] / ROX-Filer / Help / 2_Compiling
blobafc0036d697e9a6941ddcf1ff171a4346b4b85be
1                         ROX-Filer
2                         A RISCOS-like filer for X
3                         by Thomas Leonard
5                         Compiling
7 To find out if you need to compile the filer, first try running it. From a
8 directory containing the ROX-Filer sub-directory:
10         $ ./ROX-Filer/AppRun
11         I cannot find an executable file for your host type (Linux-i386).
12         Look inside this application directory for a 'src' directory - if
13         there is one then try running make inside it to create the executable.
15 If the above is displayed then you need to recompile. Firstly, ensure
16 that you have GTK+ installed (version 1.2.0 or later):
18         $ gtk-config --version
19         1.2.3
21 If you get an error instead, or you have and out-of-date version, go to
22 the GTK+ web page and get the latest copy:
23         <http://www.gtk.org>
25 To compile the application:
27         $ cd ROX-Filer/src
28         $ make depend
29         $ make
31 If that fails, email me and I'll try to fix it. Otherwise, test it as before:
33         $ cd ../..
34         $ ./ROX-Filer/AppRun
36 Hopefully it will work this time!