[CMake] KWstyle executable?
David Cole
david.cole at kitware.com
Fri Aug 22 18:11:33 EDT 2008
If you are using Unix Makefiles:make package
If you are using Xcode:
right click the "package" target and build it
It should produce a dmg file in your binary tree of an installer. Also a
.tar.gz file of the "make install" tree.
Not sure if KWStyle will end up in /usr/bin or /usr/local/bin by default,
but one of these options should get you where you want to go.
HTH,
David
On Fri, Aug 22, 2008 at 4:25 PM, Darren Weber
<darren.weber.lists at gmail.com>wrote:
>
> OK, I have the cvs checkout (no release tags used). I used default build
> options for a Release and it builds on OSX Leopard; in my case:
> Darwin elegans.buckcenter.org 9.4.0 Darwin Kernel Version 9.4.0: Mon Jun
> 9 19:30:53 PDT 2008; root:xnu-1228.5.20~1/RELEASE_I386 i386
>
> Just FYI, there is a CMake warning about the min version:
>
> CMake Warning (dev) in CMakeLists.txt:
> No cmake_minimum_required command is present. A line of code such as
>
> cmake_minimum_required(VERSION 2.6)
>
> should be added at the top of the file. The version specified may be
> lower
> if you wish to support older CMake versions for this project. For more
> information run "cmake --help-policy CMP0000".
> This warning is for project developers. Use -Wno-dev to suppress it.
>
>
>
> I'm curious about how to package this as a binary for distribution to other
> machines that I'm working on. What should I read to learn about creating
> OSX binary packages with cmake? I have the book on mastering CMake, so it
> looks like Chapter 5 will cover the details. The tutorial in Chpt 12 is
> fairly light. Is there anything else I should take a look at?
>
> Thanks!
>
>
>
> On Fri, Aug 22, 2008 at 12:38 PM, David Cole <david.cole at kitware.com>wrote:
>
>> There is not a pre-built Mac installer available, but you can download the
>> zip file of the source tree from here and build it:
>> http://public.kitware.com/KWStyle/download.htm
>>
>> Or you can get the source from CVS and build it. It builds with CMake and
>> it's a very quick build.
>>
>> Let us know if you have any problems building it or using it.
>>
>>
>> David
>>
>>
>> On Fri, Aug 22, 2008 at 2:53 PM, Darren Weber <
>> darren.weber.lists at gmail.com> wrote:
>>
>>>
>>> For a CMake build, I would like to enable KWstyle, but it can't find an
>>> executable. Is this available for OSX (Leopard)?
>>>
>>> Thanks, Darren
>>>
>>>
>>> _______________________________________________
>>> CMake mailing list
>>> CMake at cmake.org
>>> http://www.cmake.org/mailman/listinfo/cmake
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20080822/72217850/attachment.htm>
More information about the CMake
mailing list