nettr / libtorrent-ios

libtorrent-rasterbar for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 99.7%Language:C 0.3%Language:M4 0.0%Language:Makefile 0.0%Language:Perl 0.0%Language:Shell 0.0%Language:Batchfile 0.0%