smanders / externpro

build external projects with cmake
MIT License
13 stars 12 forks source link

add libsodium #317

Closed smanders closed 3 years ago

smanders commented 3 years ago
smanders commented 3 years ago

the latest release of libsodium was 1.0.18 on 2019.05.30

the docs recommend using the stable branch https://doc.libsodium.org/installation#stable-branch

there have been a lot of changes made to the stable branch since the 1.0.18 release https://github.com/jedisct1/libsodium/compare/1.0.18...stable

my current thought is to branch off the current head of the stable branch https://github.com/jedisct1/libsodium/commits/stable, the 2021.06.17 commit https://github.com/jedisct1/libsodium/commit/95673e5b51e750c5eee1aecd935cbfc5791d741b

smanders commented 3 years ago

libsodium with cmake

smanders commented 3 years ago

completed with commit ([release]) referenced above

smanders commented 3 years ago

patch (cmake build support) https://github.com/jedisct1/libsodium/compare/95673e5b51e750c5eee1aecd935cbfc5791d741b...smanders:xp21.06.17