forked from william-os4y/fapws3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
executable file
·44 lines (30 loc) · 1.44 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
How to install fapws?
=====================
Pre-requisit:
-------------
Libev:
- You must have libev (and the headers) installed. For some systems that means you have to install the "-dev" package.
- sources can be found here: http://software.schmorp.de/pkg/libev.html
Has been tested with Libev-3.49 on Linux(gentoo and archlinux) and FreeBSD-6.1, and with libev-3.8 on linux (archlinux and ubunto-904) and OpenBSD (4.5 and 4.6)
Python:
- Python >=2.4. This has been developped and tested on python 2.4, python 2.5 and Python 2.6.
This application has not been tested with Python-3.x
- On 64Bits machine, Python 2.4 will not work correctly.
WARNING:
To avoid conflicts with the previous version (called Fapws2), better to remove Fapws2 before installation of Fapws3.
For MacOSX users
-----------------
- Install MacPorts from http://www.macports.org/
- Run "sudo port install libev"
- than follow the Fapws3 installation process described here under
Install fapws:
--------------
- execute: python setup.py install
If libev is not found in /usr or in /usr/local, please provide the correct name by updating the following environment variables:
C_INCLUDE_PATH: for the libev headers
LD_LIBRARY_PATH: for the libev shared objects
That's it ;-).
if you have problems, do not hesitate to contact me on the mailing list: http://groups.google.com/group/fapws
(because of spams in the mailing list, your registration is required)
Have fun with Fapws3.
William