On Fri, 12 Oct 2012 22:56:16 +0200, Ludovic Rousseau said:

>>>Including a Xcode project may be a solution. I will try to have a look.
>>
>> I suggested it for completeness, but personally I don't think it's a
>good idea.
>
>Why not a good idea?

It just seems like extra work maintaining 3 build systems: an autotools script, 
a VS project, and an Xcode project.  The latter two only work on their 
respective platforms, and can't be maintained by developers on other platforms. 
 And maybe even multiple versions of VS and Xcode projects would be needed.

With CMake, you just maintain one set of CMake files, and then it can generate 
a makefile, a VS project, or an Xcode project.

Yes, it means people would need CMake.  But they provide source and binaries, 
and commandline and GUI tools.  It is a downside, but I think the upsides 
outweigh it.

>Homebrew [1] is a very nice tools for installing external tools on Mac OS X.
>$ brew install libtool

On Mac at least, that's now 3 dependencies:
 - install Xcode
 - install homebrew
 - 'brew install' libtool

vs

 - install Xcode
 - install CMake

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada



------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
libusbx-devel mailing list
libusbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libusbx-devel

Reply via email to