瀏覽代碼

A recent JDK and Ant is required to compile JICOFO.

master
gpolitis 10 年之前
父節點
當前提交
d94f001f25
共有 1 個文件被更改,包括 11 次插入1 次删除
  1. 11
    1
      doc/manual-install.md

+ 11
- 1
doc/manual-install.md 查看文件

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…
取消
儲存