I'm looking for the Libserial (the C++ RS232 Library) in debain but i cant find it. am i getting the name wrong?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

here is how you add it. this method involcves buildign it from the source files. open you command line (bascially anyware)

type the following commands (wait fro eact to compete before adding the next)

wget http://downloads.sourceforge.net/project/libserial/libserial/libserial-0.5.2/libserial-0.5.2.tar.gz?use_mirror=waix

tar -xf libserial-0.5.2.tar.gz
cd libserial-0.5.2
./configure
make
make install
cd ..
rm libserial-0.5.2.tar.gz
rm -d libserial-0.5.2
link|improve this answer
having compiling problems. – Oxinabox Feb 18 '10 at 6:35
feedback

aptitude search serial turns up some ruby packages on my lenny machine, but nothing for c++. You may have to build from the tarbal.

link|improve this answer
I know that it doesn't turn up, i did search already – Oxinabox Feb 18 '10 at 6:03
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.