simple-xmpp / node-simple-xmpp

Simple High Level NodeJS XMPP Client
301 stars 90 forks source link

Dependencies for CentOS #38

Open ghost opened 10 years ago

ghost commented 10 years ago

Heyho,

do you know where i can find the dependencies for CentOS?

Can use Toast on my server to install things or compiling by myself :(

But where i find this dependencies?

arunoda commented 10 years ago

This is for the ubuntu

sudo apt-get install libexpat1 libexpat1-dev libicu-dev

Hope you can find relevant packages for centos

prabhu commented 9 years ago

sudo yum install -y expat expat-devel libicu libicu-devel