forked from pjsip/pjproject
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Put few words in INSTALL.txt and README.txt
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@274 74dad513-b988-da41-8d7b-12977e46ad98
- Loading branch information
Showing
4 changed files
with
42 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,40 @@ | ||
Left empty for now. | ||
[Last update: 2006/03/01] | ||
|
||
-= INTRO=- | ||
|
||
This top level projects: | ||
|
||
- pjlib: portability and basic framework library | ||
- pjlib-util: lexical scanner, XML, STUN, MD5, etc. | ||
- pjmedia: media framework and codecs | ||
- pjsip: SIP stacks (core, UA layer, SIMPLE, etc.) | ||
- pjsip-apps: SIP apps (pjsua, pjsip-perf) | ||
|
||
|
||
-= OBJECTIVE =- | ||
|
||
Currently we only have two working applications: | ||
|
||
- pjsua: Console based SIP UA | ||
- pjsip-perf: SIP performance measurement | ||
|
||
|
||
-= COMPILING =- | ||
|
||
On Windows: | ||
- Open pjsip-apps/build/pjsip_apps.dsw | ||
- Build pjsua and pjsip_perf project | ||
|
||
With Makefile: | ||
- on top level dir (e.g. ~/pjproject) | ||
- ./configure && make dep && make clean && make | ||
|
||
Binaries will be in pjsip-apps/bin. | ||
|
||
|
||
-= PORTING =- | ||
|
||
- Just need to port pjlib. | ||
- PJLIB doc has detailed info how to do this. | ||
- Must pass pjlib-test! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
PJPROJECT is released under GPL. License information can be found in file | ||
COPYING in this directory. For alternative licensing, please contact the | ||
copyright holder. | ||
|
||
See INSTALL.txt for compiling. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.