Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Building on Linux

ynezz edited this page Sep 13, 2010 · 4 revisions

Building on Linux

git clone git://github.com/ynezz/librs232.git
cd librs232
chmod +x autogen.sh
./autogen.sh
./configure --prefix=$PWD/dist
make install

Frequently asked questions

1. Question: When running ./autogen.sh I received following error:

running: aclocal
configure.in:31: warning: macro `AM_PROG_LIBTOOL' not found in library
running: libtoolize -f
eval: 1: libtoolize: not found
error: while running 'libtoolize -f'
any idea how should I solve this issue?

1. Answer:
Please install build-essential package apt-get install build-essential
Clone this wiki locally