root/trunk/INSTALL

Revision 218, 1.3 kB (checked in by uncle_fungus, 4 years ago)

Merged r200:HEAD from 2.3.2beta3

  • Property svn:executable set to *
Line 
1 Please make sure you have read the REQUIRES file before installing FahMon.
2
3 Windows
4 =======
5
6 If you have the installer, the process is self explanatory.
7
8 If you have the zip file, it can be extracted wherever you want.
9
10 Linux
11 =====
12
13 If your distro is supported by the binary builds on the website, the easiest way
14 to install FahMon is to use one of them. Installation is as simple as double-
15 clicking the package and entering your root password.
16
17 If you need to build from source, follow the instructions below.
18
19 FahMon uses the familiar ./configure; make method for software building. Under
20 normal circumstances these are the only commands you will need to run. Configure
21 will detect and setup the necessary software and files, and make will compile
22 the software for you.
23
24 Full installation instructions:
25
26  cd <fahmon source folder>
27  ./configure
28  make
29  sudo make install
30
31 Depending on your Linux distribution, you may not have (or use) sudo. In which
32 case you need to login as root with `su`, run `make install`, then `exit`
33 To run FahMon, either run "fahmon" from a shell (it will work from anywhere in
34 the system, no more need for shell scripts), or launch it from your Desktop
35 Environment's Applications menu (if supported). You can add a shortcut item
36 manually if your DE is not supported.
Note: See TracBrowser for help on using the browser.