Added README on compiling nodejs for etherpad-lite
This commit is contained in:
parent
bc7f2837c7
commit
f17eacf99a
1 changed files with 6 additions and 0 deletions
6
etherpadlite/README.CentOS
Normal file
6
etherpadlite/README.CentOS
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
yum install v8-devel openssl-devel zlib-devel
|
||||||
|
mkdir /usr/local/src/nodejs && cd /usr/local/src/nodejs
|
||||||
|
wget http://nodejs.org/dist/node-latest.tar.gz
|
||||||
|
tar xzvf node-latest.tar.gz && cd node-v*
|
||||||
|
./configure --shared-v8 --shared-openssl --shared-zlib
|
||||||
|
make install
|
Loading…
Add table
Reference in a new issue