mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
INSTALL: Update from wiki
This commit is contained in:
parent
c6284a4dd1
commit
393606f026
1 changed files with 8 additions and 7 deletions
15
INSTALL
15
INSTALL
|
@ -1,18 +1,18 @@
|
||||||
(This file was created from
|
(This file was created from
|
||||||
http://prosody.im/doc/installing_from_source on 2012-05-12)
|
http://prosody.im/doc/installing_from_source on 2013-03-31)
|
||||||
|
|
||||||
===== Building =====
|
====== Installing from source ======
|
||||||
==== Dependencies ====
|
==== Dependencies ====
|
||||||
There are a couple of libraries which Prosody needs installed before
|
There are a couple of libraries which Prosody needs installed before
|
||||||
you can build it. These are:
|
you can build it. These are:
|
||||||
|
|
||||||
* lua5.1: The interpreter
|
* lua5.1: The Lua 5.1 interpreter
|
||||||
* liblua5.1: Lua 5.1 library
|
* liblua5.1: Lua 5.1 library
|
||||||
* libssl 0.9.8: OpenSSL
|
* libssl 0.9.8: OpenSSL
|
||||||
* libidn11: GNU libidn library, version 1.1
|
* libidn11: GNU libidn library, version 1.1
|
||||||
|
|
||||||
These can be installed on Debian/Ubuntu with the packages:
|
These can be installed on Debian/Ubuntu with the packages: lua5.1
|
||||||
lua5.1 liblua5.1-dev libidn11-dev libssl-dev
|
liblua5.1-dev libidn11-dev libssl-dev
|
||||||
|
|
||||||
On Mandriva try: urpmi lua liblua-devel libidn-devel libopenssl-devel
|
On Mandriva try: urpmi lua liblua-devel libidn-devel libopenssl-devel
|
||||||
|
|
||||||
|
@ -33,7 +33,8 @@ accepts. You can load a preset using:
|
||||||
|
|
||||||
./configure --ostype=PRESET
|
./configure --ostype=PRESET
|
||||||
|
|
||||||
Where PRESET can currently be one of: debian, macosx or freebsd
|
Where PRESET can currently be one of: 'debian', 'macosx' or (in 0.8
|
||||||
|
and later) 'freebsd'
|
||||||
|
|
||||||
==== make ====
|
==== make ====
|
||||||
Once you have run configure successfully, then you can simply run:
|
Once you have run configure successfully, then you can simply run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue