返回顶部
首页 > 资讯 > 操作系统 >如何在 Linux 上下载、编译和安装 CMake
  • 228
分享到

如何在 Linux 上下载、编译和安装 CMake

cmakeLinux 2022-06-03 13:06:01 228人浏览 薄情痞子
摘要

CMake is a cross-platfORM, open-source build system. CMake is a family of tools designed to build, test and

CMake is a cross-platfORM, open-source build system. CMake is a family of tools designed to build, test and package software.

Here are the simple steps to download, configure, compile, and install CMake on a linux Machine. I have tested these instructions on Debian/ubuntu Linux distributions but they should work on all Linux machines where compilers and make utilities are installed. Please take a look at configuring Ubuntu Linux after installation to configure your Debian/Ubuntu Linux box for the required tools.

Please make sure you check the downloaded file's integrity before unzipping it. '#' (w/o quotes) in front of commands below means you have to run the command as root user (or use sudo instead if your system supports that).

Download:

$ wget Http://www.cmake.org/files/v2.8/cmake-2.8.3.tar.gz

Extration of cmake source code from downloaded file:

$ tar xzf cmake-2.8.3.tar.gz
$ cd cmake-2.8.3

Configuration:

If you want to see the available conifuration options, run command below.

$ ./configure --help

In order to configure cmake before installation, run command below.

$ ./configure --prefix=/opt/cmake

We basically instructed the install script to install CMake in /opt/cmake.

Compilation:

$ make

Installation:

# make install

Verification:

After installation without any errors you can verify the installation by running the command below:

$ /opt/cmake/bin/cmake -version

The output should look something like below (depending upon cmake version you are installing).

cmake version 2.8.3

Please feel free to use the comments form below if you have any questions or need more explanation on anything. Use the icons below to share this tutorial with your friends.

--结束END--

本文标题: 如何在 Linux 上下载、编译和安装 CMake

本文链接: https://lsjlt.com/news/11273.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
  • 如何在 Linux 上下载、编译和安装 CMake
    CMake is a cross-platform, open-source build system. CMake is a family of tools designed to build, test and ...
    99+
    2022-06-03
    cmake Linux
  • Android源码 在Ubuntu上下载,编译和安装
              看完了前面说的几本书之后,对Linux Kernel和A...
    99+
    2022-06-06
    ubuntu 安装 Android
  • mysql在linux上cmake如何安装
    这篇文章将为大家详细讲解有关mysql在linux上cmake如何安装,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。1、安装前准备: 1)必备的包和工具 gcc/g+...
    99+
    2024-04-02
  • 如何在Linux上下载和安装Steam
    那么,您想在Linux上尝试游戏吗?在本文中,让我们看看如何在任何Linux发行版上安装 Steam以启动您的Linux游戏之旅。 对于那些不知道 Steam 是什么的人,它是 Valve 的一个在线平台,您可以在其中下载和玩...
    99+
    2022-05-30
    下载和安装Steam
  • 如何在Linux下编译安装MariaDB
    MariaDB是MySQL的一个开源分支,主要是社区在维护,并且完全兼容MySQL,并且可以很方便的称为MySQL的替代MariaDB的诞生正是出自MySQL创始人Michael Widenius之手,命名的来源是他女儿的名字Maria,因...
    99+
    2023-06-05
  • Linux环境下, 源码编译安装详解 (编译CMake 3.15 和 gcc 5.3.0 为例)
    一. 源码编译安装详解 (待补充)二. 安装CMake 3.151. 查看操作系统版本[root@mysql80 local]# cat /etc/redhat-releaseCentOS ...
    99+
    2023-06-05
  • linux下如何编译安装bzip2
    下载源文件安装包: http://www.bzip.org/downloads.html 解压: tar -xzvf bzip2-1.0.6.tar.gz 进入解压后的目录: cd bzip2-1.0.6 为编译做准...
    99+
    2022-06-03
    bzip2 Linux 编译安装
  • Linux下如何编译安装OpenCV
    这篇文章主要介绍Linux下如何编译安装OpenCV,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!OpenCV 是 Intel 开源的计算机视觉库。它由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视...
    99+
    2023-06-28
  • CentOS6.7下怎么使用cmake编译安装MySQL5.5.32
    今天小编给大家分享一下CentOS6.7下怎么使用cmake编译安装MySQL5.5.32的相关知识点,内容详细,逻辑清晰,相信大部分人都还太了解这方面的知识,所以分享这篇文章给大家参考一下,希望大家阅读完这篇文章后有所收获,下面我们一起来...
    99+
    2023-06-27
  • Android内核源码 在Ubuntu上下载,编译,安装
    从源代码树下载下来的最新Android源代码,是不包括内核代码的,也就是Android源代码工程默认不包含Linux Kernel代码,而是使用预先编译好的内核,也就是preb...
    99+
    2022-06-06
    ubuntu 安装 源码 Android
  • linux下php如何编译安装mysql
    这篇文章主要讲解了“linux下php如何编译安装mysql”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“linux下php如何编译安装mysql”吧!linux下php编译安装mysql的...
    99+
    2023-06-20
  • 如何下载Oracle Linux以在VirtualBox上安装
    下载Oracle Linux ISO文件然后如何在VirtualBox上安装它的分步过程。Oracle Linux,Oracle Enterprise Linux的全称,称为OEL,是2006年初发布的第一...
    99+
    2024-04-02
  • linux上编译安装python2.7.
    1. 下载python2.7.5,保存到 /data/qtongmon/softwarehttp://www.python.org/ftp/python/2. 解压文件tar xvf Python-2.7.5.tar.bz23. 创建安装目...
    99+
    2023-01-31
    linux
  • Linux下编译安装python3
    Linux下默认系统自带python2.6的版本,这个版本被系统很多程序所依赖,所以不建议删除,如果使用最新的Python3那么我们知道编译安装源码包和系统默认包之间是没有任何影响的,所以可以安装python3和python2共存  首先去...
    99+
    2023-01-31
    Linux
  • linux下的sqlite3的编译安装和
    嵌入式数据库SQLite的编译、安装和使用 下文介绍的内容都是基于 RedHat Linux 9.0 平台的。 引言:sqlite简介 sqlite是嵌入式SQL数据库引擎SQLite(SQLite Embeddable SQL Datab...
    99+
    2023-01-31
    linux
  • Linux下如何安装构建系统cmake
    这篇文章主要介绍Linux下如何安装构建系统cmake,文中介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们一定要看完!cmake是一个跨平台的开源元构建系统,可以构建、测试和打包软件。它可以用来支持多种本地构建环境,包括make,苹果...
    99+
    2023-06-27
  • linux下Mysql 8.0.19 编译安装
    编译安装需要大量的耐心与时间,而且还会遇到非常多奇奇怪怪的问题,因此,需要极大的毅力,很有可能一万次失败也换不来一次的成功,请做好心理准备。 2 准备工作 下面是安装要求,已安装的可以跳过。 cmake boost gcc ncurses...
    99+
    2017-02-27
    linux下Mysql 8.0.19 编译安装
  • 如何在Linux系统下编译安装飞鸽传书g2ipmsg
    这篇文章主要讲解了“如何在Linux系统下编译安装飞鸽传书g2ipmsg”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“如何在Linux系统下编译安装飞鸽传书g2ipmsg”吧!系统Mandr...
    99+
    2023-06-10
  • 怎么在Linux CentOS上编译并安装Clang
    本篇内容介绍了“怎么在Linux CentOS上编译并安装Clang”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!一、Minimal版Cen...
    99+
    2023-06-10
  • 在Linux平台上git怎么编译安装
    在Linux系统中使用Git进行代码版本管理是一项非常重要的工作,因为Git拥有强大的分支管理功能和快速的代码版本管理能力。尽管许多Linux发行版都附带了Git的预编译版本,但是自己编译Git是一种更安全、更可靠的做法,特别是在许多Lin...
    99+
    2023-10-22
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作