configure.ac Makefile.am file and compile files

In compile and install openvpn project encountered, compiled as follows: generate executable files configure make && make install; 

1. aclocal

2. autoconf

3. autoheader

4. automake --add-missing

5. ./configure

6. make

7. make install

If you encounter after missing dependencies, you can find the corresponding library project, compile install, configure resolve dependencies in the process of implementation, continue the installation;


Sources of resources from the network, if this article help you, please click on the bottom right corner of recommendation, encouragement!

 

Guess you like

Origin www.cnblogs.com/xuyaowen/p/autoconf-configure-make.html