How to install make app for building applications from source in Devuan Linux?

Written by Administrator on Friday May 8, 2020

CMake is a tool to help you to manage the build process of software using a compilter. cmake is a platform independet and at the same time - an open-source . Installation of cmake app in Devuan Linux is very easy and fast:

$ sudo apt-get install make

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  make-doc
The following NEW packages will be installed:
  make
0 upgraded, 1 newly installed, 0 to remove and 26 not upgraded.
Need to get 302 kB of archives.
After this operation, 1,240 kB of additional disk space will be used.
Get:1 http://deb.devuan.org//merged ascii/main amd64 make amd64 4.1-9.1 [302 kB]
Fetched 302 kB in 5s (53.7 kB/s)     
Selecting previously unselected package make.
(Reading database ... 107754 files and directories currently installed.)
Preparing to unpack .../make_4.1-9.1_amd64.deb ...
Unpacking make (4.1-9.1) ...
Setting up make (4.1-9.1) ...
Processing triggers for man-db (2.7.6.1-2) ...

Category: linux Tags: devuan uninstall make