The Colorman Asked: 2018-06-01 10:54:43 +0800 CST2018-06-01 10:54:43 +0800 CST 2018-06-01 10:54:43 +0800 CST 如何在 Ubuntu 上运行 Minecraft-Console-Client? 772 我想安装在这里找到的 GitHub 应用程序。问题是根据config文件夹中的README.txt文件,我需要运行 mono MinecraftClient.exe 但该命令只返回 无法打开程序集 'MinecraftClient'.exe':没有这样的文件或目录 我不知道如何做到这一点,因为我一点也不擅长编程。任何帮助将不胜感激。 该程序是用 C# 编写的 我使用的是仅终端版本的 Ubuntu,因此没有桌面。 compiling mono c# git github 1 个回答 Voted Best Answer valiano 2018-06-02T10:25:52+08:002018-06-02T10:25:52+08:00 正如自述文件所述,您不必从源代码构建项目 - 只需从以下位置获取最新的开发版本 ( MinecraftClient.exe): https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts 以下是 Ubuntu 上所需步骤的摘要: 安装单声道:sudo apt-get install mono-runtime libmono-reflection-cil MinecraftClient.exe从上面的链接下载 运行mono MinecraftClient.exe。
正如自述文件所述,您不必从源代码构建项目 - 只需从以下位置获取最新的开发版本 (
MinecraftClient.exe
):https://ci.appveyor.com/project/ORelio/minecraft-console-client/build/artifacts
以下是 Ubuntu 上所需步骤的摘要:
sudo apt-get install mono-runtime libmono-reflection-cil
MinecraftClient.exe
从上面的链接下载mono MinecraftClient.exe
。