我遇到的關於如何構建和使用Rebar的所有教程都涉及Unix命令,而我是最不幸的Windows用戶。如果我可以幫忙,我真的很想避免安裝Cygwin。
例如,建造鋼筋你:
$ git clone git://github.com/rebar/rebar.git
$ cd rebar
$ ./bootstrap
Recompile: src/getopt
...
Recompile: src/rebar_utils
==> rebar (compile)
Congratulations! You now have a self-contained script called "rebar" in
your current working directory. Place this script anywhere in your path
and you can use rebar to build OTP-compliant apps.
什麼是Windows-CMD相同呢?
下面的任何鏈接或教程,以提供如何在windows shell中使用螺紋鋼的分步說明將不勝感激。
UPDATE:
後手動下載並提取螺紋鋼我位於目錄: C:\二郎\螺紋鋼
我去到Windows shell並輸入:
SET PATH=C:\Program Files\erl5.10.1\bin
這是位於保存erlang.exe的目錄內的'bin'文件夾
Next我輸入:
C:\erlang\rebar>bootstrap.bat
編譯! :)
bootstrap.bat - 誰知道? :) 感謝您指出了這一點! – FredTheWebGuy 2013-04-04 22:07:47
但是,您確實需要編譯螺紋鋼依賴關係。 Bootstrap只會給你鋼筋腳本 - 然後它將獲取並嘗試編譯(通常是linux)依賴項。這是我卡住的地方。 *嘆息* – drozzy 2016-02-10 23:07:00