r102: Now uses -Wall if possible. Changed 'unknown' icon to the NewerLook blank
[rox-filer.git] / ROX-Filer / Help / 2_Compiling
blobef9593b4f38d70f3ed571b73c0f58886547f1a64
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. Note, you may have to edit the
30 Makefile (ROX-Filer/src/Makefile) and change 'gcc' to 'cc' and remove '-Wall -g'
31 if you can't use gcc.
33 Otherwise, test it as before:
35         $ ./ROX-Filer/AppRun
37 Hopefully it will work this time!