Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegostamigni/boost-compiler
This scripts collection allows you to build boost libs for iOS, Android and macOS.
https://github.com/diegostamigni/boost-compiler
Last synced: 3 months ago
JSON representation
This scripts collection allows you to build boost libs for iOS, Android and macOS.
- Host: GitHub
- URL: https://github.com/diegostamigni/boost-compiler
- Owner: diegostamigni
- Created: 2014-09-28T13:37:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T15:14:58.000Z (almost 8 years ago)
- Last Synced: 2023-04-03T17:46:47.633Z (almost 2 years ago)
- Language: Shell
- Homepage: http://www.diegostamigni.com
- Size: 20.5 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## boost-compiler
==============This script's collection allows you to build boost libs for iOS, Android and OSX.
### contents
`boost-combined.sh` compile boost for all the platform mentioned above.
`boost-iosx.sh` compile boost for ios and osx. it will export frameworks too.
`boost-android.sh` compile boost for android (armv7s, armv7).### thanks
This project is an extension of the [BoostOniPhone](https://gitorious.org/boostoniphone/boostoniphone/source/566a34778c5519a8986e3dbbde7283559cef2709:) project. Thanks to Pete Goodliffe and [Joseph Galbraith](https://gitorious.org/boostoniphone/galbraithjosephs-boostoniphone/commits/6ba665dee7e4ad72a32e4e085306baa81420b799).