Skip to content
/ frash Public
forked from comex/frash

NOTE: Someone apparently made a .deb of frash.  I don't necessarily have objections to a binary package, but everyone should realize that it's alpha quality at best, and please, please post it on a repository instead of posting a .deb everyone will share that will be obsolete in a few hours when I make a one-line fix that vastly improves compati…

Notifications You must be signed in to change notification settings

rcg4u/frash

 
 

Repository files navigation

ewww, I know.

To actually run it, you'll need libflashplayer.so from Android.

Build instructions:
(do http://networkpx.blogspot.com/2009/09/compiling-iphoneos-31-apps-with-xcode.html but use my version of ldid2)
(do http://sumgroup.wikispaces.com/iPhone_Dynamic_Library)
ln -s /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.3.sdk /var/sdk
export PATH=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:$PATH
cp -a /System/Library/Frameworks/IOSurface.framework/Versions/A/Headers Player2/IOSurface
cp -a /System/Library/Frameworks/IOSurface.framework/Versions/A/Headers food/IOSurface
cp -a /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/Headers food/CoreText
cp -a /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.1.3.sdk/System/Library/Frameworks/IOKit.framework/Versions/A/Headers/ food/IOKit

make -C rpc # Yes, I know what MIG is and there is a reason for this.
            # probably a bad reason
make -C utils
make -C libgcc
make -C food
xcodebuild -alltargets -project Player2/Player2.xcodeproj

About

NOTE: Someone apparently made a .deb of frash.  I don't necessarily have objections to a binary package, but everyone should realize that it's alpha quality at best, and please, please post it on a repository instead of posting a .deb everyone will share that will be obsolete in a few hours when I make a one-line fix that vastly improves compati…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published