Skip to content

Commit

Permalink
Readme for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zipp committed Aug 8, 2012
1 parent ed7a033 commit aae2997
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@ With package manager [npm](http://npmjs.org/):
## Dependencies

* [node-expat](http://github.com/astro/node-expat)
Note: You will likely need to install the libraries for node-expat.
Ubuntu / Debian derivatives:
```shell
zipp@prospekt:~/node-xmpp$ sudo yum install libexpat1-dev
```
Centos / Red Hat derivatives:
```shell
[zipp@dominion ~]# sudo yum install expat-devel
```
* [ltx](http://github.com/astro/ltx)

Optional
Expand Down

0 comments on commit aae2997

Please sign in to comment.