Rpm installation:
Binary format: source program -- compile -- binary format
Some features are selected for compilation. If this feature is not selected for compilation, it cannot be used.
The RPM package version will lag behind the source package, or even a lot behind
Customization: manual compilation and Installation
Compiling environment: development environment. Development libraries and tools are required
Linux: c
GNU: c
C, C ++
GCC: gnu c Complier, c
G ++:
Make: project management tool
Makefile: defines the sequence in which make (GCC, G ++) compiles the source programs in these source programs.
Automake --> makefile. In (semi-finished products) --> makefile
Autoconf --> Configure allows you to select features
Make install Installation
Compilation and installation steps:
Prerequisites: Prepare the development environment
Installation: develoment tools and development libraries
Yum grouplist can be viewed
1../configure
-- Help
-- Prefix =/default installation path
-- Config-Path =/configuration file path
Makefile will be generated later with makefile. In
2. Make
3. Make install
This article is from the ngames blog, please be sure to keep this source http://ngames.blog.51cto.com/3187187/1550363
Compile the installer