sipwitch-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sipwitch-devel] Release 0.10.0 and building with cmake support


From: David Sugar
Subject: [Sipwitch-devel] Release 0.10.0 and building with cmake support
Date: Fri, 25 Feb 2011 06:34:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7

This was released this morning with really only two changes.  The first
was to consolidate the use of usecure for computing digests and thereby
simplify the configure script.  The second was to introduce a cmake
build script.  This will make it easy to build with and debug under
ide's like kdevelop and codeblocks on GNU/Linux, as well as ide's on
other platforms such as xcode on OS/X, Visual Studio on Microsoft
Windows (yes, sipwitch does build cross-platform successfully), etc.

If you have a tree of .../ucommon and .../sipwitch side by side and a
locally installed osip2 and eXosip2 with headers, you can also build a
top level cmake like this to build and debug both together:

cmake_minimum_required(VERSION 2.6)
PROJECT(Testing)
set(BUILD_PACKAGE OFF CACHE BOOL "disable individual packaging" FORCE)
MARK_AS_ADVANCED(FORCE BUILD_PACKAGE)
include(${CMAKE_SOURCE_DIR}/ucommon/inc/ucommon.cmake)
set(USES_UCOMMON_CFLAGS ${UCOMMON_FLAGS})
set(USES_UCOMMON_LIBRARIES ucommon)
set(USES_UCOMMON_INCLUDE_DIRS ${CMAKE_SOURCE_DIR}/ucommon/inc)
add_subdirectory(ucommon)
add_subdirectory(sipwitch)

Attachment: dyfet.vcf
Description: Vcard


reply via email to

[Prev in Thread] Current Thread [Next in Thread]