您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
239 B

  1. #!/bin/bash
  2. # Fail on first error
  3. set -e
  4. ## Compile
  5. erlc -I include -o ebin src/*.erl
  6. ## Use application installer to perform actual installation
  7. ## into erlang distro
  8. export ERL_LIBS=`(cd .. && pwd)`
  9. echo $ERL_LIBS
  10. priv/rebar install