aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
866 stars 162 forks source link

How to build in xcode? #72

Closed woniupapa closed 8 months ago

woniupapa commented 3 years ago

I want to use it in ios project. how to build it in xcode? help!!!

aklomp commented 3 years ago

Sorry, I have no experience with iOS or xcode. The library is a relatively straightforward C project, so I don't think it should be too hard to get it running. Maybe you can find a fork of this project which builds it for xcode.

aklomp commented 8 months ago

This library now integrates with CMake, so it should be possible to use it like any other library that uses CMake.