Generally, look at the readme and install files in the directory, which will tell you how to install the software
Now I know that there may be two situations:
1. When there is no configure in the directory, but there is configure.am or configure.in, you need to use Autoconf command to generate configure. The code is as follows:
$CD (software name) – (version number)
$Autoconf
2. This software or library is not installed in the following way
$CD (software name) – (version number)
$./configure
$make
$sudomakeinstall
You need to carefully read the relevant files under the folder, readme, and so on, according to the way written inside to install
Similar Posts:
- Make Command ERROR: “make:*** No targets specified and no makefile found.Stop.” [Three Method to Solve]
- CentOS prompt – bash: Make: command not found solution
- linux: make: gcc: Command not found [How to Solve]
- How to Solve MYSQL Error: Plugin ‘FEDERATED’ is disabled. /usr/sbin/mysqld: Table ‘mysql.plugin’…
- [How to Solve] gcc-4.7.2 cannot compute suffix of object fil…
- linux:/lib/libc.so.6: version `glibc_2.7′ not foun
- Unzip decompression failed (cannot find zipfile directory)
- centos ModuleNotFoundError: No module named ‘_sqlite3’
- Tips the solution of bash: Make: command not found
- Error report of gomq installation macro: AC_ LIBTOOL_ WIN32_ DLL