Source installation trilogy

According to the configuration requirements:

--prefix = ... Directories to put files in / usr / local software home directory
--bindir = ... directory $ prefix / bin command
--etcdir = ... $ prefix / etc directory profile
- mandir = ... $ prefix / share / man man document path
--locale = ... $ prefix / share / locale language code
...

Compile:

make (gcc compiler used to compile)

installation:

make install similar rpm -ivh

Guess you like

Origin www.cnblogs.com/kai0438/p/12083283.html