crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
398 stars 141 forks source link

[WIP] Added `example_project` directory with a standalone project example #117

Closed mcsauder closed 5 years ago

mcsauder commented 5 years ago

Hi Crayzee Wulf,

To help users encountering #113, I've created an example_project directory to demonstrate setting up a standalone project using libserial with CMake and GNU Autotools.

I've also updated the README.md file and created a build-gtest.sh script as a convenience for those not using the compile.sh script.

Right now the updated README.md instructions do not succeed as I have the make instructions being run from the build directory. I am working on this and update this PR as I make progress.

Let me know any feedback you have in the meantime. Thanks!

-Mark

mcsauder commented 5 years ago

Closed because the wrong target branch was chosen