Just as an add.on to David's description: in my sandbox I have a ccRTP/SRTP version that does not need openSSL or gcrypt crypto libraries anymore, I call it the standalone crypto version using publicly available and well tested sources to perform the sha1, AES, and other necessary opertions. I already did a lot of tests with it and it performs well. I plan to push this to the github end of next week.
Am 12.09.2012 21:38, schrieb David Sugar: > Perhaps the easiest way is to use cmake and the cmake bootstrap tree we have > on git@github:dyfet/cmake-gnutelephony.git. This will pull down and build > ucommon, ccrtp, zrtp, and other things. Speaking for ZRTP: I've done quite some changes, new directory structure, also added the "standanlone" mode as a build option, etc. This is available in the github repo already and also tested. Another new feature (selectable via the cmake build) is a sqlite3 backend for the ZRTP cache. By default the standard file based cache implementation will be used. More info to follow end of next week. > > This master tree has been used in the past to build a native visual studio > project as well as makefiles for use on mingw32, which can be hosted on > Debian. If you want srtp in ccrtp, you will also have to have a local build > of gcrypt or openssl. The gcrypt build is more stable right now. > > I was going to add a bootstrap.cmd script to cmake-gnutelephony because > windows apparently has problems processing exec requests in cmake files, and > we use those to auto-clone the dependent sources, kinda like what svn > externals used to do. If you want to do a native build for windows, you will > have to first use cmake-gnutelephony on a unix box running cmake there to get > it to clone the other repos, and then copy the entire tree to a windows box > and then use cmake there for a visual studio target. > > Normally for windows I now do mingw builds hosted on debian with the current > mingw-w64 cross compiler, but there had been successful visual studio builds > in the rather recent past with cmake generated project files for vs2008. > dll's or static libs can be built. > > Bishop, Mark wrote: > >> Is there a FAQ or HOWTO on building ccRTP for win32? I've read the >> README in the win32 directory but it seems out of date with the current >> version of commoncpp and ccRTP. >> >> >> >> I've also noticed that the traffic on the list is real slow, is this >> project even being worked on anymore? Should I direct my >> efforts/patches elsewhere? >> > >> _______________________________________________ >> Ccrtp-devel mailing list >> [email protected] >> https://lists.gnu.org/mailman/listinfo/ccrtp-devel > > > _______________________________________________ > Ccrtp-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/ccrtp-devel > -- ---------------------------------------------- Werner Dittmann [email protected] Tel +49 176 993 462 95 PGP key: 82EF5E8B _______________________________________________ Ccrtp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/ccrtp-devel
