Skip to content

Instantly share code, notes, and snippets.

View rapidfsub's full-sized avatar

Minsub Kim rapidfsub

View GitHub Profile
@rapidfsub
rapidfsub / test1.sh
Last active November 30, 2024 23:26
PATH="$HOME/.nix-profile/bin:/run/current-system/sw/bin:/nix/var/nix/profiles/default/bin:$PATH" \
KERL_CONFIGURE_OPTIONS="--with-ssl=$OPENSSL_OUT --with-ssl-incl=$OPENSSL_DEV --with-odbc=$ODBC_OUT" \
CFLAGS="-O2 -g" \
CPPFLAGS="-I$ODBC_OUT/include" \
LDFLAGS="-L$ODBC_OUT/lib" \
mise use -g erlang@26.2.5.5