我采取了以下步骤:
download windows binary Mercury 14.01 (Visual Studio 2013 32bit)
(this is near the bottom of http://dl.mercurylang.org/index.html)
double click the downloaded file (it's a .exe file), it installed into 'C:\mercury-14.01-vs2013\
add 'C:\mercury-14.01-vs2013\bin' to Path
open a cmd.exe window
create file hello.m from Ralph Beckett's intro
add the hello.m file to 'C:\mercury-14.01-vs2013\bin' (illogical, Captain)
in the cmd.exe window type 'mmc --make hello'但Windows会弹出Microsoft管理控制台的对话框。
如何在.m文件上调用墨尔本水星14编译器?之前的堆栈溢出问题是针对Merchary11.07.1的,它涉及的自述文件不在Merurital14中。
墨丘利适合我期望的跨平台工具链:
exploratory Prolog -> Mercury -> .NET -> Xamarin.Forms in Visual Studio -> all app stores平台: Windows 10、Merchary14、Visual Studio Community 2017
发布于 2018-09-20 09:49:47
它在路径中的位置很重要。试一试
c:\>set path=C:\mercury-14.01-vs2013\bin;%path%
c:\>mmchttps://stackoverflow.com/questions/52416325
复制相似问题