Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkyshm/erlch
Erlang version manager
https://github.com/tkyshm/erlch
bash bash-completion erlang shellscript version-manager zsh zsh-completion
Last synced: about 1 month ago
JSON representation
Erlang version manager
- Host: GitHub
- URL: https://github.com/tkyshm/erlch
- Owner: tkyshm
- License: mit
- Created: 2017-03-11T11:04:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-27T15:44:06.000Z (about 7 years ago)
- Last Synced: 2024-10-29T12:59:48.772Z (3 months ago)
- Topics: bash, bash-completion, erlang, shellscript, version-manager, zsh, zsh-completion
- Language: Shell
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# erlch
## Install
erlch install to /usr/local/bin:
```
$ git clone https://github.com/tkyshm/erlch.git
$ install -m 0755 bin/erlch /usr/local/bin
```setting .bashrc or .zshrc:
```
export ERLCH_BIN=$HOME/.erlch/bin
export PATH=$PATH:$ERLCH_BIN
```If you use zsh shell, you can use completion (need to install `_erlch` into your zsh competions dir).
## Usage
Please check `erlch help` command.## Example `configure_opts`
- `$HOME/.erlch/configure_opts`
```
--enable-dynamic-ssl-lib
--enable-hipe
--enable-kernel-poll
--enable-shared-zlib
--enable-smp-support
--enable-threads
--enable-vm-probes
--disable-sctp
--with-dynamic-trace=dtrace
--with-wx
--without-javac
--without-odbc
```## License
MIT License.