crayzeewulf / libserial

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

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

Closed mcsauder closed 6 years ago

mcsauder commented 6 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

crayzeewulf commented 6 years ago

Mark:

I've merged this for now. Hopefully, you would have figured out the build issue shortly. I am not sure if you want to submit it as part of the same PR or a different one. Please let me know if you wanted to submit it as this PR and I will revert it. (Sorry if I accepted this prematurely)

Thanks!