[Live-devel] [PATCH] use cmake for building

David Stegbauer david.stegbauer at acision.com
Wed Jun 30 03:01:35 PDT 2010


Hi all,

attached please find CMakeLists.txt configuration file for live555. It works on 
Linux, it is not tested on anything else yet. I'd like to know if it is 
acceptable to use cmake - if yes, then I will extend it for other platforms.
It is not intended to replace original makefiles.

Please let me know what do you think about it.

How to use it:

Copy CMakeLists.txt file into directory where live sources are (the same which 
contains genMakefiles), referenced as <path-to-live-source-dir> below .

If you would like to build in the same directory as sources are, then type:
cd <path-to-live-source-dir>
cmake .
make

If you would like to build in other directory (so called "out of source 
build"), for example in /tmp/live , then type:
mkdir /tmp/live
cd /tmp/live
cmake <path-to-live-source-dir>
make

If you will use "out of source build", then your source directory stays 
intact, it could even be read-only. I use it this way because then source 
directory easily could be shared between several machines.

Best Regards
David Stegbauer


This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: CMakeLists.txt
Type: text/x-cmake
Size: 5862 bytes
Desc: CMakeLists.txt
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20100630/06786ae8/attachment.bin>


More information about the live-devel mailing list