nitrogen在console下直接重新编译erl文件

原文写的是

There are three different ways to compile code in Nitrogen:

  • If you are in the Erlang console then run sync:go().
  • 如果是开启的console模式的话就直接执行sync:go()
  • This will look at all loaded modules, find their associated Emakefiles, and run make:all([load]). to recompile.

  • If Nitrogen is running in the background then run ./bin/dev compile
  • 如果是nitrogen start启动的nitrogen,就运行./bin/nitrogen complie
  • 如果是./bin/dev start启动nitrogen,就运行./bin/dev complie

    This connects to the running Nitrogen application and issues a sync:go(). command.

  • If Nitrogen is stopped then run make compile
  • 如果nitrogen服务器没开启,就使用make compile就行了

    This calls erl -make, causing your application to be compiled based on the provided Emakefile.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值