moonlight-stream / moonlight-common-c

Core implementation of Nvidia's GameStream protocol
GNU General Public License v3.0
448 stars 166 forks source link

How to compile to a lib.a file? #1

Closed galli-leo closed 10 years ago

galli-leo commented 10 years ago

Hello, I want to integrate this into the iOS project. There it says its missing liblimelight-common.a. I have compiled this library and got a bunch of .obj and a .lib file. Now what do I have to do?

mrb113 commented 10 years ago

Hi, The iOS project is currently not ready for easy integration, and Limelight-Common-C doesn't yet reflect the latest GFE updates. I can't speak to your specific technical issues; however, if you're interested in learning, there are several resources you can find online about compiling native C code (which is what Limelight-Common-C is) to a library for iOS development. Thanks for your interest in contributing, stay tuned for updates.