c - 我如何在 git 中运行命令 emerge?

标签 c git qt kdevelop

这是我的第一个问题! 在这个网站上:Is there a kdevelop version that i can install on windows?在其中一个答案中,需要“运行 emerge qt、emerge kdelibs、emerge kde-baseapps、emerge kdevelop 和 emerge kdevelop-pg-qt”。但是,当我执行此操作时,它会在 cmd.exe 中提示:“命令‘emerge’拼写错误或无法找到。”我该如何解决这个问题?

最佳答案

因此,如果您遵循 https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source/Windows#Installing_Emerge 上的指南,emerge 实际上可以安装在 Windows 上

信息:

emerge 是 Portage 包管理器(在操作系统中安装软件的程序)的命令。

Portage 是 Gentoo Linux 操作系统的官方包管理器。其他示例:Ubuntu 和 Debian Linux 使用 Apt 包管理器,Fedora Linux 使用 fpm,ArchLinux 使用 pacman 等...

关于c - 我如何在 git 中运行命令 emerge?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38456987/

相关文章:

git 状态 : use absolute paths instead of relative

git - 推送后如何在 git 中压缩提交?

c++ - 如何将第三方库(如 protobuf)正确链接到 Qt Creator 项目中?

qt - 为 Qt 5 安装 postgres 驱动程序

c++ - 通过为每个对等方创建新套接字来执行 Ping

c - 如何计算字符串表达式并返回 C 中的值?

c++ - 纹理绑定(bind)的特殊参数?

c - 为什么 "memset(arr, -1, sizeof(arr)/sizeof(int))"不将整数数组清除为 -1?

c - fgets 上的段错误...有时

Git 无法忽略在全局忽略中定义的 .DS_Store