Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
NotificationsYou must be signed in to change notification settings

ibitcy/eo-mobile-boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version

Boost 1.76.0

Easy to use solution for includingC++ Boost into your Android (using prefab) and iOS projects/libraries

Android

Before you start

This package made for using it with Gradle's "prefab" dependencies system.

So it's better to start with reading more about ithere orhere.

How to

  1. Add dependencies to your build.gradle:
repositories {    maven { url'https://jitpack.io' }}..dependencies {..    implementation'com.github.ibitcy:eo-mobile-boost:1.76.0'..}
  1. Add this code pieces to your CMakeLists.txt:
find_package(boost REQUIRED CONFIG)..target_link_libraries(        your_library_name        ..        boost::boost        ..)
  1. Build! 🎉🎉🎉

iOS

  1. Add this string to your Podfile
pod'eo-mobile-boost'
  1. runpod install in your project's directory
  2. Build! 🎉🎉🎉

Finally

Now you can use it, including like a dynamic library:

#include<boost/beast.hpp>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp