Skip to content

Commit

Permalink
openSUSE Tumbleweed - ODBC and jinterface (asdf-vm#281)
Browse files Browse the repository at this point in the history
Add installation instructions for both ODBC and Java (jinterface
support) for openSUSE Tumbleweed to prevent "APPLICATIONS DISABLED"
messages during `asdf install`.
  • Loading branch information
dwaynebradley authored Aug 21, 2023
1 parent a77ab91 commit 6744df7
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Install the build tools
Install OpenSSL
`brew install [email protected]` _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 [email protected], 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.
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 6744df7

Please sign in to comment.