Last active
October 20, 2024 20:31
Revisions
-
mkohlhaas revised this gist
Oct 20, 2024 . 1 changed file with 1 addition and 0 deletions.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 charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,7 @@ $ sudo pacman -S fop export KERL_DOC_TARGETS="html chunks" export KERL_BUILD_DOCS=yes export KERL_BUILD_BACKEND=tarball export KERL_CONFIGURE_OPTIONS="--without-odbc" $ kerl update releases $ kerl list releases -
mkohlhaas revised this gist
Oct 20, 2024 . 1 changed file with 1 addition and 0 deletions.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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ $ sudo pacman -S unixodbc $ sudo pacman -S jdk-openjdk $ sudo pacman -S wxwidgets-gtk3 $ sudo pacman -S fop export KERL_DOC_TARGETS="html chunks" export KERL_BUILD_DOCS=yes -
mkohlhaas revised this gist
Oct 19, 2024 . 1 changed file with 4 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 charactersOriginal file line number Diff line number Diff line change @@ -20,4 +20,7 @@ $ curl https://raw.githubusercontent.com/kerl/kerl/master/bash_completion/kerl > $ curl https://github.com/erlang/rebar3/blob/main/apps/rebar/priv/shell-completion/bash/rebar3 > ~/.local/share/bash-completion/completions/rebar3 Rebar3 installation: https://rebar3.org/docs/getting-started/#installing-from-the-rebar3-escript Create bash completion file: rebar3 completion -s bash -
mkohlhaas revised this gist
Oct 17, 2024 . 1 changed file with 1 addition and 0 deletions.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 charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,7 @@ $ kerl install 27.0 ~/Kerl/27.0 $ kerl delete build 27.0 $ kerl delete installation 27.0 $ mkdir -p ~/.local/share/bash-completion/completions/ $ curl https://raw.githubusercontent.com/kerl/kerl/master/bash_completion/kerl > ~/.local/share/bash-completion/completions/kerl $ curl https://github.com/erlang/rebar3/blob/main/apps/rebar/priv/shell-completion/bash/rebar3 > ~/.local/share/bash-completion/completions/rebar3 -
mkohlhaas revised this gist
Oct 17, 2024 . 1 changed file with 1 addition and 0 deletions.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 charactersOriginal file line number Diff line number Diff line change @@ -16,6 +16,7 @@ $ kerl delete build 27.0 $ kerl delete installation 27.0 $ curl https://raw.githubusercontent.com/kerl/kerl/master/bash_completion/kerl > ~/.local/share/bash-completion/completions/kerl $ curl https://github.com/erlang/rebar3/blob/main/apps/rebar/priv/shell-completion/bash/rebar3 > ~/.local/share/bash-completion/completions/rebar3 Rebar3 installation: https://rebar3.org/docs/getting-started/#installing-from-the-rebar3-escript -
mkohlhaas revised this gist
Oct 17, 2024 . 1 changed file with 2 additions and 0 deletions.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 charactersOriginal file line number Diff line number Diff line change @@ -15,5 +15,7 @@ $ kerl install 27.0 ~/Kerl/27.0 $ kerl delete build 27.0 $ kerl delete installation 27.0 $ curl https://raw.githubusercontent.com/kerl/kerl/master/bash_completion/kerl > ~/.local/share/bash-completion/completions/kerl Rebar3 installation: https://rebar3.org/docs/getting-started/#installing-from-the-rebar3-escript -
mkohlhaas renamed this gist
Oct 14, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mkohlhaas renamed this gist
Oct 14, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mkohlhaas revised this gist
Oct 14, 2024 . 1 changed file with 1 addition and 2 deletions.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 charactersOriginal file line number Diff line number Diff line change @@ -2,8 +2,7 @@ $ sudo pacman -S unixodbc $ sudo pacman -S jdk-openjdk $ sudo pacman -S wxwidgets-gtk3 export KERL_DOC_TARGETS="html chunks" export KERL_BUILD_DOCS=yes export KERL_BUILD_BACKEND=tarball -
mkohlhaas created this gist
Oct 13, 2024 .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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ $ sudo pacman -S unixodbc $ sudo pacman -S jdk-openjdk $ sudo pacman -S wxwidgets-gtk3 export KERL_DOC_TARGETS="html" export KERL_INSTALL_MANPAGES=yes export KERL_BUILD_DOCS=yes export KERL_BUILD_BACKEND=tarball $ kerl update releases $ kerl list releases $ kerl list releases all $ kerl build 27.0 27.0 $ mkdir ~/Kerl $ kerl install 27.0 ~/Kerl/27.0 $ kerl delete build 27.0 $ kerl delete installation 27.0 Rebar3 installation: https://rebar3.org/docs/getting-started/#installing-from-the-rebar3-escript