remove java and gui dependencies
ci/woodpecker/pr/woodpecker Pipeline is pending Details

This commit is contained in:
Norm 2023-05-31 08:46:05 -04:00
parent 48a0145736
commit f68b047bf7
Signed by untrusted user: norm
GPG Key ID: 41288320096BE045
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Otherwise use [asdf](https://github.com/asdf-vm/asdf) to install the latest vers
First, install some dependencies needed to build Elixir and Erlang:
```shell
sudo apt install curl unzip build-essential autoconf m4 libncurses5-dev libwxgtk3.0-gtk3-dev libwxgtk-webview3.0-gtk3-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev openjdk-11-jdk
sudo apt install curl unzip build-essential autoconf m4 libncurses5-dev libssh-dev unixodbc-dev xsltproc fop libxml2-utils libncurses-dev
```
Then login to the `akkoma` user and install asdf:
@ -68,6 +68,7 @@ exec $SHELL
Next install Erlang:
```shell
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
asdf install erlang 25.3.2.1
asdf global erlang 25.3.2.1
```