1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Messing with the gh-pages

This commit is contained in:
William Woodall 2012-01-23 15:32:24 -06:00
parent 1d6a5ac079
commit 281e65fb17

View File

@ -8,7 +8,7 @@
<style type="text/css"> <style type="text/css">
body { body {
margin-top: 1.0em; margin-top: 1.0em;
background-color: #c25905; background-color: #483D8B;
font-family: Helvetica, Arial, FreeSans, san-serif; font-family: Helvetica, Arial, FreeSans, san-serif;
color: #ffffff; color: #ffffff;
} }
@ -55,70 +55,75 @@
<h2>Dependencies</h2> <h2>Dependencies</h2>
<p>* cmake - for the build system <p>* cmake - for the build system
* boost - for SerialListener only (optional) * boost - for SerialListener only (optional)
* ROS - for building in a ROS ecosystem (optional)</p> * ROS - for building in a ROS ecosystem (optional)</p>
<h2>Install</h2> <h2>Install</h2>
<p>Get the code: <p>
Get the code:
git clone https://github.com/wjwwood/serial.git
<code>
Build (without ROS): git clone https://github.com/wjwwood/serial.git
</code>
make
Build (without ROS):
Build and run the tests:
make
make test
Build and run the tests:
Build the docs:
make test
make docs
Build the docs:
Install:
make docs
sudo make install
Install:
Uninstall:
sudo make install
sudo make uninstall
Uninstall:
sudo make uninstall
</p> </p>
<h2>License</h2> <h2>License</h2>
<p>Copyright (c) 2011 William Woodall <p>Copyright (c) 2011 William Woodall
Permission is hereby granted, free of charge, to any person obtaining a Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"), copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions: Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software. all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.</p> DEALINGS IN THE SOFTWARE.</p>
<h2>Authors</h2> <h2>Authors</h2>
<p>William Woodall (wjwwood@gmail.com) <br/>John Harrison (ash@greaterthaninfinity.com)</p> <p>William Woodall (wjwwood@gmail.com)
<br/>John Harrison (ash@greaterthaninfinity.com)</p>
<h2>Contact</h2> <h2>Contact</h2>
<p>William Woodall (wjwwood@gmail.com) <br/> </p> <p>William Woodall (wjwwood@gmail.com)
<br/> </p>
<h2>Download</h2> <h2>Download</h2>