Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
你不一定强制使用jemalloc
  • Loading branch information
frodosens committed May 22, 2015
1 parent 72a87d5 commit d754bfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,30 +139,24 @@ $ping_node.start
# 如何编译,安装

#libevent
解压libs里的libevent-2.1.4-alpha.zip
cd libevent-2.1.4-alpha
./configure
make
sudo make install
解压libs里的libevent-2.1.4-alpha.zip
cd libevent-2.1.4-alpha
./configure
make
sudo make install

#ruby
解压libs 里的ruby-2.1.2.zip
cd ruby-2.1.2
./configure --enable-shared
make
sudo make install

#jemalloc
解压jemalloc-3.6.0.tar.bz2
./configure
make
sudo make install
解压libs 里的ruby-2.1.2.zip
cd ruby-2.1.2
./configure --enable-shared
make
sudo make install

#fsnet
进入fsnet
执行
ruby extconf.rb
make & make install
进入fsnet
执行
ruby extconf.rb
make & make install


#demo
Expand Down
Binary file removed libs/jemalloc-3.6.0.tar.bz2
Binary file not shown.

0 comments on commit d754bfe

Please sign in to comment.