|
Project Information
Links
|
Introduction This project's goal is to port fennec mobile browser to apple's ios operation system. Details 1,require xcode ( only iPhoneOS4.0.sdk can run! be careful !) 2 get source code git clone git://github.com/redpanda321/Icefox.git
3,for simulator cd /Icefox/mozilla-central cp ./build/iphone-simulator-mozconfig .mozconfig make -f client.mk build 4,for device cd /Icefox/mozilla-central cp ./build/iphone-device-mozconfig .mozconfig make -f client.mk build 5, todo support IOS 5.0 device 6, contact me msn : redpanda321@hotmail.com |