crayzeewulf / libserial

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

Readme and .gitignore cleaning #120

Closed mcsauder closed 5 years ago

mcsauder commented 5 years ago

Hi Crayzee Wulf,

This PR is to ensure a fresh clone experience through the ./compile script and the GNU Autotools instructions yields about the same experience from a new user following the README.md insttructions step by step. This PR also corrects a build error with the example_project CMakeLists.txt file. The example project compiles and runs correctly now, verified from a fresh clone of the repo.

Let me know if you have any questions!

-Mark

crayzeewulf commented 5 years ago

Thanks, Mark!