File: INSTALL.linux

package info (click to toggle)
libosip2 3.6.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,804 kB
  • sloc: ansic: 20,596; sh: 10,030; makefile: 183
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (42)
1
2
3
4
5
6
7
8

Common Install process for linux/UNIX.

  $> tar -xvzf libosip-x.x.x.tar.gz
  $> mkdir bld-linux
  $> CFLAGS="-I/usr/local/include/" ../configure
  $> make
  $> make install      (as root...)