SFML community forums

Help => General => Topic started by: WindFall on July 09, 2016, 12:54:18 am

Title: Compile SFML in android
Post by: WindFall on July 09, 2016, 12:54:18 am
Hi! First of all, a giant Thanks to the the developers for make those fantastic libraries!
Now, I have a problem. I'm not an expert, (both SFML and C++) and i like to know if i can compile SFML on android, not for android, but on android. And if I can, how can I do that? Have I to use some IDE like cppdroid, c++ compiler or compile on a emulated console?
P.s. please pardon my english, I am italian :c
Title: Re: Compile SFML in android
Post by: TheGuerilla on July 14, 2016, 04:00:26 am
The Android C++ environment C4Droid (https://play.google.com/store/apps/details?id=com.n0n3m4.droidc&hl=en) could probably do it, since it is capable of building native C++ programs that use Qt and SDL.