Home » Questions » Computers [ Ask a new question ]

Libserial Package, debain [closed]

Libserial Package, debain [closed]

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

Asked by: Guest | Views: 203
Total answers/comments: 1
Guest [Entry]

"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"