8000 GitHub - chublix/libtorrent-ios: libtorrent-rasterbar for iOS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chublix/libtorrent-ios

< 8000 !--/$-->

Repository files navigation

libtorrent-ios

libtorrent-rasterbar-1.1.4 for iOS like Xcode project with boost(1.64.0) dependies. For building library execute in terminal build.sh script, after building you can find buided universal binary (device and simulator) with bitcode support in output/Universal directory (same folder in which the script is).

Additional params:
  • If you want library without bitcode support run build script with -b/--bitcode=NO|YES flag:

    sh build.sh -b=NO
  • If you want library only for specefied platform run build script with -p/--platform=all|device|simulator flag:

    sh build.sh -p=device
  • For cleaning buid directory run script with -c/--clean flag:

    sh build.sh -c
TvOS support:

Added appletvos support. For building library for tvOS run build script with platform:

  • tvosdevice - for build only for device

    sh build.sh -p=tvosdevice
  • tvossimulator - for build only for tvOS simulator

    sh build.sh -p=tvossimulator
  • tvosall - for building univarsal(fat) library for both platform

    sh build.sh -p=tvosall

About

libtorrent-rasterbar for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0