X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=INSTALL;h=f0fa894d7c8bb6a07a86e8947a0119f8851283ea;hb=49f770653e6d1076c0cf4b8ebc6a578976baf321;hp=62cc8a6aac61a46b790d5224ab2b14a52816fb2d;hpb=14b07e19c6db6eefe35fac05b1772e7ee9a74436;p=prosody.git diff --git a/INSTALL b/INSTALL index 62cc8a6a..f0fa894d 100644 --- a/INSTALL +++ b/INSTALL @@ -1,18 +1,21 @@ -(This file was created from -http://prosody.im/doc/installing_from_source on 2009-05-22) +(This file was created from +http://prosody.im/doc/installing_from_source on 2013-03-31) -===== Building ===== +====== Installing from source ====== ==== Dependencies ==== There are a couple of libraries which Prosody needs installed before you can build it. These are: + * lua5.1: The Lua 5.1 interpreter * liblua5.1: Lua 5.1 library * libssl 0.9.8: OpenSSL * libidn11: GNU libidn library, version 1.1 -Both of these can be installed on Debian/Ubuntu with the packages: +These can be installed on Debian/Ubuntu with the packages: lua5.1 liblua5.1-dev libidn11-dev libssl-dev +On Mandriva try: urpmi lua liblua-devel libidn-devel libopenssl-devel + On other systems... good luck, but please let me know of the best way of getting the dependencies for your system and I can add it here. @@ -30,7 +33,8 @@ accepts. You can load a preset using: ./configure --ostype=PRESET -Where PRESET can currently be one of: debian, macosx +Where PRESET can currently be one of: 'debian', 'macosx' or (in 0.8 +and later) 'freebsd' ==== make ==== Once you have run configure successfully, then you can simply run: