Skip to content

Instantly share code, notes, and snippets.

@a1exlism
Created November 21, 2024 05:49
Show Gist options
  • Save a1exlism/caf61edd1a291aab6b0870d3a0a672ae to your computer and use it in GitHub Desktop.
Save a1exlism/caf61edd1a291aab6b0870d3a0a672ae to your computer and use it in GitHub Desktop.
#!/bin/sh
export ossl_release=/opt/openssl-1.1.1-release
export C_INCLUDE_PATH=${ossl_release}/include:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=${ossl_release}/include:$CPLUS_INCLUDE_PATH
export LIBRARY_PATH=${ossl_release}/lib:$LIBRARY_PATH
export LD_LIBRARY_PATH=${ossl_release}/lib:$LD_LIBRARY_PATH
export PATH=${ossl_release}/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment