File: INSTALL.linux

package info (click to toggle)
libosip2 5.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,220 kB
  • sloc: ansic: 18,809; sh: 4,007; makefile: 588
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...)