Explorar el Código

A recent JDK and Ant is required to compile JICOFO.

j8
gpolitis hace 10 años
padre
commit
d94f001f25
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  1. 11
    1
      doc/manual-install.md

+ 11
- 1
doc/manual-install.md Ver fichero

140
 apt-get install default-jre
140
 apt-get install default-jre
141
 ```
141
 ```
142
 
142
 
143
+_NOTE: When installing on older Debian releases keep in mind that you need JRE >= 1.7._
144
+
143
 In the user home that will be starting Jitsi Videobridge create `.sip-communicator` folder and add the file `sip-communicator.properties` with one line in it:
145
 In the user home that will be starting Jitsi Videobridge create `.sip-communicator` folder and add the file `sip-communicator.properties` with one line in it:
144
 ```
146
 ```
145
 org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
147
 org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext.checkReplay=false
154
 /bin/bash /root/jitsi-videobridge-linux-{arch-buildnum}/jvb.sh --host=localhost --domain=jitsi.example.com --port=5347 --secret=YOURSECRET1 </dev/null >> /var/log/jvb.log 2>&1
156
 /bin/bash /root/jitsi-videobridge-linux-{arch-buildnum}/jvb.sh --host=localhost --domain=jitsi.example.com --port=5347 --secret=YOURSECRET1 </dev/null >> /var/log/jvb.log 2>&1
155
 ```
157
 ```
156
 
158
 
157
-## Install Jitsi Conference Focus(jicofo)
159
+## Install Jitsi Conference Focus (jicofo)
160
+
161
+Install JDK and Ant if missing:
162
+```
163
+apt-get install default-jdk ant
164
+```
165
+
166
+_NOTE: When installing on older Debian releases keep in mind that you need JDK >= 1.7._
167
+
158
 Clone source from Github repo:
168
 Clone source from Github repo:
159
 ```sh
169
 ```sh
160
 git clone https://github.com/jitsi/jicofo.git
170
 git clone https://github.com/jitsi/jicofo.git

Loading…
Cancelar
Guardar