Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need advice on Windows to OS X Port Estimation and cost of dev. on OS X

Tags:

c++

macos

qt

I am a 10year+, C++ linux/windows developer and I have been asked to estimate the effort to port the windows application to OS X.

I haven't developed on OS X before,so I don't know what to expect.

It is a C++/Qt application, so I want to ask: what are the de facto tools like editor, IDE, compiler, make tool, etc ? Which tools are commercial and need to be purchased ?

How much time would it take for me to get used to the environment and be productive ?

Thanks in advance,

Paul

like image 856
Paul Baumer Avatar asked Dec 18 '22 09:12

Paul Baumer


1 Answers

You're in luck that your app is in Qt, TrollTech has a lot of documentation on how to do this; developing on OS X can be very similar to developing on Linux, make sure to check out the MacPorts project (http://www.macports.org), which is like apt-get/yum for Mac. Your toolchain is the usual suspects - gcc/make/autoconf, etc...

like image 165
Ana Betts Avatar answered Apr 05 '23 23:04

Ana Betts