mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-23 04:04:54 +08:00
Messing with the gh-pages
This commit is contained in:
parent
1d6a5ac079
commit
281e65fb17
97
index.html
97
index.html
@ -8,7 +8,7 @@
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin-top: 1.0em;
|
||||
background-color: #c25905;
|
||||
background-color: #483D8B;
|
||||
font-family: Helvetica, Arial, FreeSans, san-serif;
|
||||
color: #ffffff;
|
||||
}
|
||||
@ -55,70 +55,75 @@
|
||||
|
||||
|
||||
<h2>Dependencies</h2>
|
||||
<p>* cmake - for the build system
|
||||
* boost - for SerialListener only (optional)
|
||||
<p>* cmake - for the build system
|
||||
* boost - for SerialListener only (optional)
|
||||
* ROS - for building in a ROS ecosystem (optional)</p>
|
||||
|
||||
|
||||
|
||||
<h2>Install</h2>
|
||||
<p>Get the code:
|
||||
|
||||
git clone https://github.com/wjwwood/serial.git
|
||||
|
||||
Build (without ROS):
|
||||
|
||||
make
|
||||
|
||||
Build and run the tests:
|
||||
|
||||
make test
|
||||
|
||||
Build the docs:
|
||||
|
||||
make docs
|
||||
|
||||
Install:
|
||||
|
||||
sudo make install
|
||||
|
||||
Uninstall:
|
||||
|
||||
sudo make uninstall
|
||||
<p>
|
||||
Get the code:
|
||||
|
||||
<code>
|
||||
git clone https://github.com/wjwwood/serial.git
|
||||
</code>
|
||||
|
||||
Build (without ROS):
|
||||
|
||||
make
|
||||
|
||||
Build and run the tests:
|
||||
|
||||
make test
|
||||
|
||||
Build the docs:
|
||||
|
||||
make docs
|
||||
|
||||
Install:
|
||||
|
||||
sudo make install
|
||||
|
||||
Uninstall:
|
||||
|
||||
sudo make uninstall
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<h2>License</h2>
|
||||
<p>Copyright (c) 2011 William Woodall
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
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
|
||||
<p>Copyright (c) 2011 William Woodall
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
to deal in the Software without restriction, including without limitation
|
||||
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
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:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
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
|
||||
DEALINGS IN THE SOFTWARE.</p>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
<p>William Woodall (wjwwood@gmail.com)
<br/> </p>
|
||||
<p>William Woodall (wjwwood@gmail.com)
|
||||
<br/> </p>
|
||||
|
||||
|
||||
<h2>Download</h2>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user