mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
== Build == To build against the in tree version of libks follow these steps, from the starting point of ./libs/libblade/: <code> cd ../libks/ ./bootstrap.sh ./configure make make check cd ../libblade/ ./boostrap.sh ./configure --with-libks=`realpath ../libks/` make make check </code> If you are trying to run the 'make distcheck' target while using the in tree version of libks, then you need to specify the DISTCHECK_CONFIGURE_FLAGS env variable like: <code> DISTCHECK_CONFIGURE_FLAGS="--with-libks=/usr/src/freeswitch/libs/libks" make distcheck </code>