Differences

This shows you the differences between two versions of the page.

doc:depends [2010/02/27 15:35]
Matthew Wild
doc:depends [2010/07/26 12:10] (current)
Matthew Wild
Line 47: Line 47:
Users on Arch Linux can find [[http://aur.archlinux.org/packages.php?ID=34658|luaevent-prosody in AUR]], more information can be found on [[http://wiki.archlinux.org/index.php/Prosody|the ArchWiki]]. Users on Arch Linux can find [[http://aur.archlinux.org/packages.php?ID=34658|luaevent-prosody in AUR]], more information can be found on [[http://wiki.archlinux.org/index.php/Prosody|the ArchWiki]].
-====== Required ======+===== lua-zlib ===== 
 +**Optional** **(Prosody 0.6+)**
 +**Used for:** Compressing XMPP streams when mod_compression is enabled
 +**Version:** [[http://github.com/brimworks/lua-zlib/downloads|brimworks version 0]]
 +
 +This module is used only by [[:doc:modules:mod_compression]]. It is important to note that there are currently two zlib libraries for Lua. Prosody supports only the 'brimworks' module from github (as it presents an interface better suited to our use).
 +
 +=== Debian/Ubuntu and derived GNU/Linux distributions ===
 +You can use the lua-zlib package from [[http://packages.prosody.im/debian/dists/stable/main/|packages.prosody.im]]. If you have already [[download:package repository|configured our repository]] on your system then you can simply run:
 +
 +   sudo apt-get install lua-zlib
 +
 +=== Windows ===
 +You should have lua-zlib already, and don't need to do anything.
 +
 +=== Other ===
 +If you use another platform that doesn't have packages for lua-zlib yet then you will need to compile from source, which can be found at [[http://github.com/brimworks/lua-zlib]].
 +
 +
 +====== Required ======
===== LuaSocket ===== ===== LuaSocket =====
 
doc/depends.1267284921.txt.gz · Last modified: 2010/02/27 15:35 by Matthew Wild