root/trunk/REQUIRES

Revision 560, 1.5 kB (checked in by uncle_fungus, 2 years ago)

Updated documentation

Line 
1 Running FahMon
2 ==============
3
4 Software for running FahMon on Linux
5 REQUIRED
6 * wxGTK >=2.8.0 (Unicode build)
7 * libcurl >= 7.15.0
8
9 Software for running FahMon on Windows
10 REQUIRED
11 * None
12
13 Software for running FahMon on OS X
14 REQUIRED
15 * None
16
17 Building FahMon from source
18 ===========================
19
20 Software for building FahMon on Linux
21 REQUIRED
22 * gcc-c++
23 * wxGTK >=2.8.0 (unicode build)
24 * wxGTK-Devel >=2.8.0 (unicode build)
25 * m4
26 * libcurl >= 7.15.0
27
28 OPTIONAL
29 * gettext (required to edit or create new translations)
30 * automake 1.8 (required to make new translations)
31 * autoconf 2.5 (required to make new translations)
32 * a gettext catalog editor like poEdit or KBabel (required to edit or create new
33   translations)
34
35 NOTE
36 It is possible to compile FahMon with the non-unicode versions of wxGTK, however
37 for full compatibility with language files unicode is required. If you ony
38 require languages that can use ansi codepages, and want to use the non-unicode
39 version of wxGTK you will need to comment out the "--unicode" inside configure.
40
41 Software for building FahMon on MS Windows
42 REQUIRED
43 * Microsoft Visual Studio (or Visual C++ Express)
44 * wxWidgets 2.8.7
45
46 OPTIONAL
47 * a gettext catalog editor like poEdit (required to edit or create new
48   translations)
49
50 NOTE
51 It may be possible to compile for Windows using ming32w, however it won't work
52 with the makefiles provided.
53
54 Software for building FahMon on Mac OS X
55 REQUIRED
56 * Xcode
57 * wxWidgets 2.8.0 (available from MacPorts, or compile from source)
Note: See TracBrowser for help on using the browser.