react-native-community/boost-for-react-native

Name: boost-for-react-native

Owner: React Native Community

Description: The Boost C++ library source code used to build React Native from source

Created: 2016-12-15 20:23:18.0

Updated: 2018-05-23 20:33:57.0

Pushed: 2018-05-07 10:53:50.0

Homepage: null

Size: 16824

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Boost for React Native

This is a copy of Boost that is used to build React Native (Android) from source. It includes just the Boost source code (without the docs, for example) so that downloading and extracting the files doesn't take too long.

You probably don't want to directly use this repository. Its sole purpose is to distribute the Boost code for building React Native.

Upgrading Boost

First, download a new version of Boost, e.g.: http://www.boost.org/users/history/version_1_63_0.html

Then create a dummy commit and a git tag so you can create a new release.

React Native build tools (Gradle) expect specific folder structure. Run this command to get a .tar.gz file:

-cvzf boost_1_63_0.tar.gz boost_1_63_0/

Then drag&drop the tar.gz file to the releases page.

License

The Boost Software License 1.0 is included with this repository and its releases.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.