Re: [CMake] KWstyle executable?

2008-08-22 Thread David Cole
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 de

Re: [CMake] KWstyle executable?

2008-08-22 Thread Darren Weber
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

Re: [CMake] KWstyle executable?

2008-08-22 Thread David Cole
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

[CMake] KWstyle executable?

2008-08-22 Thread Darren Weber
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@cmake.org http://www.cmake.org/mailman/listinfo/cmake