-
Notifications
You must be signed in to change notification settings - Fork 0
acx0/beehive
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
required dependencies:
boost
github.com/wjwwood/serial
optional dependencies:
bear
google test
scan-build
valgrind
dependency installation (debian testing):
$ sudo aptitude install build-essential libboost-all-dev catkin # required
$ sudo aptitude install bear clang googletest valgrind # optional
$ pushd "$(mktemp -d)"
$ git clone https://github.com/wjwwood/serial.git
$ cd serial
$ make install # installs to /tmp/usr/local, copy from there
$ popd
$ sudo cp -r /tmp/usr/local/include/serial /usr/local/include
$ sudo cp /tmp/usr/local/lib/libserial.so /usr/local/lib
$ sudo usermod -a -G dialout $(whoami) # to access /dev/ttyUSB*, requires logout to take effect
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published