liuqun / demo

cmake和automake两个测试

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo project using GNU automake tools

Prepare

First install GCC and automake autoconf:

sudo apt-get install gcc
sudo apt-get install automake autoconf

Then generate project configure scripts by calling autoreconf:

autoreconf --install --symlink

Build and install

./configure
make
sudo make install

If everything is ok, binary files will be installed into "/usr/local/bin/".

Uninstall

sudo make uninstall

About

cmake和automake两个测试


Languages

Language:C 55.8%Language:M4 29.5%Language:Makefile 14.7%