From 6744df773596ec681792ca112ff0c495af63de75 Mon Sep 17 00:00:00 2001 From: Dwayne Bradley Date: Mon, 21 Aug 2023 13:47:18 -0400 Subject: [PATCH] openSUSE Tumbleweed - ODBC and jinterface (#281) Add installation instructions for both ODBC and Java (jinterface support) for openSUSE Tumbleweed to prevent "APPLICATIONS DISABLED" messages during `asdf install`. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e961d66..e2534d2 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Install the build tools Install OpenSSL `brew install openssl@1.1` _Erlang 24.1 and older require OpenSSL 1.1, [read more here](https://github.com/erlang/otp/issues/4577#issuecomment-925962048)_ -Note, Erlang 25.1 and newer [support OpenSSL 3.0, even for production use.](https://github.com/erlang/otp/releases/tag/OTP-25.1) +Note, Erlang 25.1 and newer [support OpenSSL 3.0, even for production use.](https://github.com/erlang/otp/releases/tag/OTP-25.1) If you want to build Erlang with openssl@3.0, install it by `brew install openssl` For building with wxWidgets (start observer or debugger!). Note that you may need to select the right `wx-config` before installing Erlang. @@ -240,6 +240,18 @@ To build documentation: sudo zypper install fop libxml2-tools libxslt-tools ``` +For ODBC support: + +``` +sudo zypper install unixODBC-devel +``` + +For jinterface: + +``` +sudo zypper install java-1_8_0-openjdk-devel +``` + ## Getting Erlang documentation Erlang may come with documentation included (as man pages, pdfs and html files,