maroc81 / picocom

Automatically exported from code.google.com/p/picocom
GNU General Public License v2.0
0 stars 1 forks source link

Add 'make install' target and build with autotools #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the proposed feature in detail.
There is no 'make install' to install the binary and the man pages. That would 
be useful. It would be best to build with autotools, to add all the 
functionality that autotools provides (user-configurable installation 
directories, etc).

How and in what cases will the feature be useful?
Easier for users to install picocom and its man page.

Who will benefit from the feature?
Any users and distribution managers who are building from source, who are 
familiar with the autotools procedure:
./configure
make
sudo make install

Original issue reported on code.google.com by cmcqueen...@gmail.com on 2 Nov 2012 at 5:52