Skip to content

Instantly share code, notes, and snippets.

View jherkenhoff's full-sized avatar

Jost Herkenhoff jherkenhoff

View GitHub Profile
@jherkenhoff
jherkenhoff / build_libqalculate.sh
Created December 3, 2021 16:58
Script to build libqalculate using the android NDK
#!/bin/sh
export NDK=/home/$USER/Android/Sdk/ndk/23.1.7779620
export GMP_VERSION=6.2.1
export MPFR_VERSION=4.1.0
export XZ_VERSION=5.2.5
export GETTEXT_VERSION=0.21
export LIBICONV_VERSION=1.16
export ZLIB_VERSION=1.2.11