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:35:56 -06:00
parent d3d8a11795
commit 314102d6be

View File

@ -55,9 +55,11 @@
<h2>Dependencies</h2>
<p>* cmake - for the build system
* boost - for SerialListener only (optional)
* ROS - for building in a ROS ecosystem (optional)</p>
<ul>
<li>cmake - for the build system</li>
<li>boost - for SerialListener only (optional)</li>
<li>ROS - for building in a ROS ecosystem (optional)</li>
</ul>
@ -69,23 +71,23 @@ Get the code:
Build (without ROS):
make
<pre>$ make</pre>
Build and run the tests:
make test
<pre>$ make test</pre>
Build the docs:
make docs
<pre>$ make docs</pre>
Install:
sudo make install
<pre># make install</pre>
Uninstall:
sudo make uninstall
<pre># make uninstall</pre>
</p>