linphone-ios/linphone/README.CVS
aymeric 2b8200409c Initial import
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@1 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
2008-09-04 15:47:34 +00:00

12 lines
335 B
Text

In order to compile from CVS, you have to first install:
- pkg-config
- intltool (intltool-devel if rpm)
- install the mandatory and optional dependencies described in README file.
Then:
./autogen.sh #to generate the configure script
./configure # with desired options
make
Simon MORLAT < simon dot morlat at linphone dot org >