Skip to content

Commit

Permalink
Put few words in INSTALL.txt and README.txt
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@274 74dad513-b988-da41-8d7b-12977e46ad98
  • Loading branch information
bennylp committed Mar 2, 2006
1 parent d2e84d5 commit 10a2080
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 421 deletions.
41 changes: 40 additions & 1 deletion INSTALL.txt
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!

2 changes: 2 additions & 0 deletions README.txt
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.
233 changes: 0 additions & 233 deletions build/pjproject.dsw

This file was deleted.

Loading

0 comments on commit 10a2080

Please sign in to comment.