lduboeuf / Stellarium-mobile

A version of Stellarium for mobile
GNU General Public License v2.0
14 stars 8 forks source link

How to build for IOS #19

Open nsmith1024 opened 3 years ago

nsmith1024 commented 3 years ago

Hello,

Can someone please give instructions for compiling this for IOS, on the Mac

Thanks

lduboeuf commented 3 years ago

humm don't have the full skills but i see some IOS things in the build config. Do you know about qmake ?

nsmith1024 commented 3 years ago

no i dont, do i just type "qmake ios?" will it generate an xcode project and then i build that?

lduboeuf commented 3 years ago

no i dont, do i just type "qmake ios?" will it generate an xcode project and then i build that?

Yes, try with qmake CONFIG+=ios, it will generate a Makefile, and then make and make install , but really don't know if there is other steps for IOS, you should see how it works to build an app with Qt for IOS