forked from asdf-vm/asdf-erlang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openSUSE Tumbleweed - ODBC and jinterface (asdf-vm#281)
Add installation instructions for both ODBC and Java (jinterface support) for openSUSE Tumbleweed to prevent "APPLICATIONS DISABLED" messages during `asdf install`.
- Loading branch information
1 parent
a77ab91
commit 6744df7
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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, | ||
|