Skip to content

natalieesk/libotrv4

 
 

Repository files navigation

OTR version 4 library

Build Status

Build

Before you try to build libotrv4 verify you have installed:

Then you should install the following dependencies

  • libglib2.0-dev
  • libdecaf
  • libsodium-dev
  • libotr
  • libgcrypt

Generate project configuration

$ autoreconf --install

Configure project

$ ./configure

Configure project with debug options with gdb

$ ./configure CFLAGS="-g -ggdb3 -O0" CXXFLAGS="-g -ggdb3 -O0" LDFLAGS="-g -ggdb3" --disable-shared
$ gdb [path/test/executable]

Configure project with debug options with lldb

$ ./configure CFLAGS="-g -ggdb3 -O0" CXXFLAGS="-g -ggdb3 -O0" LDFLAGS="-g -ggdb3" --disable-shared
$ lldb [path/test/executable]

Build and install

$ make && make install

Run tests

$ make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.2%
  • M4 6.9%
  • Other 0.9%