INSTALL.linux 370 B

12345678910111213141516
  1. Common Install process for linux/UNIX.
  2. 1: compile/install libosip first.
  3. $> tar -xvzf libosip2-x.x.x.tar.gz
  4. $> CFLAGS="-I/usr/local/include/" ../configure
  5. $> make
  6. $> make install (as root...)
  7. 2: compile/install eXosip
  8. $> tar -xvzf libeXosip2-x.x.x.tar.gz
  9. $> CFLAGS="-I/usr/local/include/" ../configure
  10. $> make
  11. $> make install (as root...)