cypherstack / flutter_libsparkmobile

firo-org/sparkmobile for cross-platform Flutter applications.
MIT License
0 stars 2 forks source link

Automate making secp256k1 lib from source #2

Closed sneurlax closed 11 months ago

sneurlax commented 11 months ago

I'm proceeding with using precompiled secp256k1 libraries for the time being, but we could automate making it as in https://github.com/cypherstack/flutter_liblelantus/blob/main/scripts/linux/CMakeLists/secp256k1/template_CMakeLists.txt

sneurlax commented 11 months ago

per Julian, see also https://stackoverflow.com/questions/5971921/building-a-library-using-autotools-from-cmake for building sparkmobile's own secp256k1 impl instead of using the flutter_liblelantus method

sneurlax commented 11 months ago

plugin-branch's approach (to which staging has now been fast-forwarded) obviates the need for this issue because the old (flutter_liblelantus-style) approach builds secp256k1 from source.