ソースを参照

added troubleshooting section

ncannasse 2 ヶ月 前
コミット
95d5c53e11
1 ファイル変更6 行追加0 行削除
  1. 6 0
      WinSetup.ps1

+ 6 - 0
WinSetup.ps1

@@ -3,6 +3,12 @@
 # - install Neko
 # - checkout haxe git
 # - run from command "powershell -noexit -ExecutionPolicy Bypass -File .\WinSetup.ps1"
+#
+# Troubleshooting :
+# - make error #127 :
+#	  - cause : you have a local cygwin instance that takes precedence over the opam one.
+#     - solution : adjust your environment variables so opam takes precedence
+#
 
 function Cmd-Path($file) {
 	try { Split-Path -Parent (Get-Command "$file.exe" -ErrorAction Stop).Source } catch { "" }