r105: Removed the comment about editing the Makefile. We're using autoconf now :-)
[rox-filer.git] / ROX-Filer / Help / 2_Compiling
blobc8440078fe74677298c76661dea19a4eeb3448a1
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         $ ./ROX-Filer/AppRun --compile
29 If that fails, email me and I'll try to fix it.
31 Otherwise, test it as before:
33         $ ./ROX-Filer/AppRun
35 Hopefully it will work this time!