Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: That's an annoying omission.

...

Code Block
bash
bash
$ wget http://srtp.sourceforge.net/srtp-1.4.2.tgz
$ tar xvf srtp-1.4.2.tgz
$ cd srtp
$ ./configure CFLAGS=-fPIC --prefix=/usr
$ make
$ make runtest
$ sudo make install

...