首页 \ 问答 \ linux centos中文版如何下载安装

linux centos中文版如何下载安装

我想安装linux centos中文版,请问哪里可以下载?如何安装?谢谢!采纳后另加30分。
更新时间:2023-10-10 19:10

最满意答案

方法一用软件包管理器搜索你的版本例qt5然后把软件包选定安装方法二去下载linux版的qt解压后执行其中的安装文件

其他回答

以下是编译qt源码的基本步骤:
1.源代码的获取 , 最新的是4.8.2版本。
2.解压代码 
输入指令: tar zxvf qt-everywhere-opensource-src-4.8.2.tar.gz,解压出qt源代码。
3.执行./config生成makefile 
输入指令: ./config 
下面会出现提示,是使用the commercial edition还是open source edition。 
选择”o”,接着会出现一些提示关于license的信息,选择”yes”。

4.编译qt 
等在ubuntu中顺利下载了缺失的那3个lib后。再次重复第三步的 ./configure指令。 
输入指令: make, 
然后便可以顺利地生成makefile文件。
5.安装qt 
运行指令: sudo make install,需要几分钟的时间,系统会默认将qt安装到目录:/usr/local/trolltech/qt-4.8.2。 
验证安装完成:运行/usr/local/trolltech/qt-4.8.2/bin/designer,如果能够正常启动designer,则说明qt已经安装好了。
6.设置环境变量
7.测试环境变量

相关问答

更多
  •   操作系统是 Ubuntu 8.04,使用目前最新版本的QT 4.4.0,安装起来即为简单,只要运行以下命令就行:   sudo apt-get install qt4-dev-tools qt4-doc qt4-qtconfig qt4-demos qt4-designer   注意在这个版本的软件包中,qt4-dev-tools 包含了Qt Assistant及Qt Linguist等工具,因此不需要单独安装这两个工具。其它的,qt4-doc 是帮助文档,包含了Qt中各个类库的详细说明以及丰富的例子程 ...
  • http://www.linuxidc.com/Linux/2013-03/81298.htm 照着上面的步骤,就能完成, 望采纳,谢谢
  • 左边kit里面有选择,然后就是编辑界面,左边有个工程工具。点击后进去就可以看出你选择的是哪一个了。
  • 方法一用软件包管理器搜索你的版本例qt5然后把软件包选定安装方法二去下载linux版的qt解压后执行其中的安装文件
  • sudo apt-get install build-essential
  • 它应该足够: cd /qtbase/src/plugins/platforms/xcb /bin/qmake make -j <>表示根据您的系统替换值。 构建完成后,您将被告知插件的放置位置。 然后把它放在: /plugins/platforms/ 您需要满足依赖项(几个xcb库)。 It should be sufficient to: cd ...
  • QT5.2没有特殊的依赖关系。 我已经在平台上建立了它,没有任何问题。 实际上,它已成功编译并移植到像raspberry pi这样的平台上,并且问题很少。 以下是构建要求列表: Git(> = 1.6.x)Perl(> = 5.14)Python(> = 2.6.x) Libxcb 甚至还有11个帮助程序编译库。 您可以在以下网址找到所有信息: http : //qt-project.org/wiki/Building_Qt_5_from_Git QT5.2 has no special dependenc ...
  • 如果你可以找出该字符串所在的部分(.comment可能?),你可以使用 strip -R .comment (or whatever section name) 从二进制文件中删除该部分。 Ubuntu 10.10 for x86上的gcc似乎没有在二进制文件中放入任何无关的字符串。 If you can figure out what section that string is in (.comment maybe?) you can use strip -R .comment (or whateve ...
  • 将qt5添加到CMakeLists.txt与qt4不同,你可以找到许多这样的有用链接,顺便说一下我的ubuntu的版本是12.04并且我安装了没有apt-get的qt,我使用这种格式在我的cmakelists中查找qt。文本 : find_package(Qt5Widgets) include_directories(${Qt5Widgets_INCLUDES} /opt/Qt5.0.2/5.0.2/gcc/include/QtGui /opt/Qt5.0.2/5.0.2/gcc/include/QtCo ...
  • 只需安装一个名为build-essential的软件包+您需要的Qt5开发软件包(或qt5-default软件包)。 Ubuntu 14.04在软件包存储库中有Qt 5.2.1。 build-essential安装g ++工具链, qt5-default安装Qt5开发库。 Just install a package called build-essential + the Qt5 development packages you need (or qt5-default package). Ubuntu ...

相关文章

更多

最新问答

更多
  • 您如何使用git diff文件,并将其应用于同一存储库的副本的本地分支?(How do you take a git diff file, and apply it to a local branch that is a copy of the same repository?)
  • 将长浮点值剪切为2个小数点并复制到字符数组(Cut Long Float Value to 2 decimal points and copy to Character Array)
  • OctoberCMS侧边栏不呈现(OctoberCMS Sidebar not rendering)
  • 页面加载后对象是否有资格进行垃圾回收?(Are objects eligible for garbage collection after the page loads?)
  • codeigniter中的语言不能按预期工作(language in codeigniter doesn' t work as expected)
  • 在计算机拍照在哪里进入
  • 使用cin.get()从c ++中的输入流中丢弃不需要的字符(Using cin.get() to discard unwanted characters from the input stream in c++)
  • No for循环将在for循环中运行。(No for loop will run inside for loop. Testing for primes)
  • 单页应用程序:页面重新加载(Single Page Application: page reload)
  • 在循环中选择具有相似模式的列名称(Selecting Column Name With Similar Pattern in a Loop)
  • System.StackOverflow错误(System.StackOverflow error)
  • KnockoutJS未在嵌套模板上应用beforeRemove和afterAdd(KnockoutJS not applying beforeRemove and afterAdd on nested templates)
  • 散列包括方法和/或嵌套属性(Hash include methods and/or nested attributes)
  • android - 如何避免使用Samsung RFS文件系统延迟/冻结?(android - how to avoid lag/freezes with Samsung RFS filesystem?)
  • TensorFlow:基于索引列表创建新张量(TensorFlow: Create a new tensor based on list of indices)
  • 企业安全培训的各项内容
  • 错误:RPC失败;(error: RPC failed; curl transfer closed with outstanding read data remaining)
  • C#类名中允许哪些字符?(What characters are allowed in C# class name?)
  • NumPy:将int64值存储在np.array中并使用dtype float64并将其转换回整数是否安全?(NumPy: Is it safe to store an int64 value in an np.array with dtype float64 and later convert it back to integer?)
  • 注销后如何隐藏导航portlet?(How to hide navigation portlet after logout?)
  • 将多个行和可变行移动到列(moving multiple and variable rows to columns)
  • 提交表单时忽略基础href,而不使用Javascript(ignore base href when submitting form, without using Javascript)
  • 对setOnInfoWindowClickListener的意图(Intent on setOnInfoWindowClickListener)
  • Angular $资源不会改变方法(Angular $resource doesn't change method)
  • 在Angular 5中不是一个函数(is not a function in Angular 5)
  • 如何配置Composite C1以将.m和桌面作为同一站点提供服务(How to configure Composite C1 to serve .m and desktop as the same site)
  • 不适用:悬停在悬停时:在元素之前[复制](Don't apply :hover when hovering on :before element [duplicate])
  • 常见的python rpc和cli接口(Common python rpc and cli interface)
  • Mysql DB单个字段匹配多个其他字段(Mysql DB single field matching to multiple other fields)
  • 产品页面上的Magento Up出售对齐问题(Magento Up sell alignment issue on the products page)