forked from opentelecoms-org/MjSIP-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake-HOW-TO.txt
26 lines (21 loc) · 1.04 KB
/
make-HOW-TO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Make MjSIP HOW-TO
__________________________________________________________________
(by Luca Veltri, 16/10/2005)
1) How to compile all packages under Windows OS (see section 3 for compiling without JMF support):
--------------------------------------
- just run 'make all'
- otherwise you can separately do 'make' with the selected target (e.g. 'make server')
2) How to compile all packages under linux OS (see section 3 for compiling without JMF support):
--------------------------------------
- in file 'makefile-config' set 'OS=Linux'
- just run 'make all'
- otherwise you can separately do 'make' with the selected target (e.g. 'make server')
3) How to remove the dipendences to JMF in order to compile ua and media packages without JMF support:
--------------------------------------
- remove the following files:
src/local/ua/JMFAudioLaucher.java
src/local/ua/JMFVideoLaucher.java
src/local/media/JMediaReceiver.java
src/local/media/JMediaReceiverListener.java
src/local/media/JMediaSender.java
src/local/media/JVisualReceiver.java