Skip to content

Commit d2020af

Browse files
committedJul 4, 2013
Update README.md
1 parent 63f3538 commit d2020af

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed
 

‎README.md

+33-7
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Current Release
99
---------------
1010
The offical release is kept in the master branch, You can download a release archive through tags.
1111

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)
1313

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.
1515

1616
Fetatures
1717
---------
@@ -24,14 +24,35 @@ Fetatures
2424
* ICONV support, code in UTF-8, dynamic transaltion on output (optional)
2525
* POSIX timer for better time precision. (optional)
2626
* More strict type checking (optional)
27+
* libevent integration, epoll backend.
2728

2829
To Build
2930
--------
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:
3036
```
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
3556
```
3657

3758
Copyright
@@ -53,6 +74,11 @@ In addition, the entire package is copyright 1995 by Tim Hollebeek.
5374
FluffOS is a range of patches to MudOS distributed as the patched source tree for convenience.
5475
LPmud and MudOS copyright restrictions still apply.
5576

77+
ChangeLog
78+
---------
79+
See ChangeLog.fluffos-3.x file for details.
80+
5681
Contact
5782
-------
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

Comments
 (0)
Please sign in to comment.