@@ -9,9 +9,9 @@ Current Release
9
9
---------------
10
10
The offical release is kept in the master branch, You can download a release archive through tags.
11
11
12
- Current release: [ 2.27] ( https://github.com/fluffos/fluffos/archive/fluffos-2.27.tar.gz )
12
+ Current STABLE release: [ 2.27] ( https://github.com/fluffos/fluffos/archive/fluffos-2.27.tar.gz )
13
13
14
- Current development branch: [ next-3.0] ( https://github.com/fluffos/fluffos/tree/next-3.0 ) , pull request should be sent to this branch.
14
+ Current DEV branch: [ next-3.0] ( https://github.com/fluffos/fluffos/tree/next-3.0 ) , pull request should be sent to this branch.
15
15
16
16
Fetatures
17
17
---------
@@ -24,14 +24,35 @@ Fetatures
24
24
* ICONV support, code in UTF-8, dynamic transaltion on output (optional)
25
25
* POSIX timer for better time precision. (optional)
26
26
* More strict type checking (optional)
27
+ * libevent integration, epoll backend.
27
28
28
29
To Build
29
30
--------
31
+ FLUFFOS 3.0 requires GCC 4.6+ or LLVM clang 2.9 + to compile, and uses c++11 features.
32
+
33
+ FLUFFOS 3.0 requires libevent 2.0+ to build and run.
34
+
35
+ Debian/Ubuntu:
30
36
```
31
- cd src
32
- cp options.h local_options
33
- ./build.FluffOS
34
- make
37
+ $ sudo apt-get install libevent libevent-dev
38
+ ```
39
+
40
+ CentOS:
41
+ download and install libevent yourself through [ libevent.org] ( http://libevent.org/ ) .
42
+
43
+
44
+ Some efun packages also require addtional libraries, see options.h for detials.
45
+
46
+ To Build fluffos 3.0
47
+
48
+ ```
49
+ $ cd src
50
+ $ cp options.h local_options
51
+
52
+ <edit local_options to you need>
53
+
54
+ $ ./build.FluffOS
55
+ $ make
35
56
```
36
57
37
58
Copyright
@@ -53,6 +74,11 @@ In addition, the entire package is copyright 1995 by Tim Hollebeek.
53
74
FluffOS is a range of patches to MudOS distributed as the patched source tree for convenience.
54
75
LPmud and MudOS copyright restrictions still apply.
55
76
77
+ ChangeLog
78
+ ---------
79
+ See ChangeLog.fluffos-3.x file for details.
80
+
56
81
Contact
57
82
-------
58
- http://www.lpmuds.net
83
+ * http://www.lpmuds.net [ Board: Driver] ( http://lpmuds.net/smf/index.php?board=2.0 )
84
+ * Maintainer : sunyucong at gmail dot com
0 commit comments