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:
parent
d3d8a11795
commit
314102d6be
18
index.html
18
index.html
@ -55,9 +55,11 @@
|
|||||||
|
|
||||||
|
|
||||||
<h2>Dependencies</h2>
|
<h2>Dependencies</h2>
|
||||||
<p>* cmake - for the build system
|
<ul>
|
||||||
* boost - for SerialListener only (optional)
|
<li>cmake - for the build system</li>
|
||||||
* ROS - for building in a ROS ecosystem (optional)</p>
|
<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):
|
Build (without ROS):
|
||||||
|
|
||||||
make
|
<pre>$ make</pre>
|
||||||
|
|
||||||
Build and run the tests:
|
Build and run the tests:
|
||||||
|
|
||||||
make test
|
<pre>$ make test</pre>
|
||||||
|
|
||||||
Build the docs:
|
Build the docs:
|
||||||
|
|
||||||
make docs
|
<pre>$ make docs</pre>
|
||||||
|
|
||||||
Install:
|
Install:
|
||||||
|
|
||||||
sudo make install
|
<pre># make install</pre>
|
||||||
|
|
||||||
Uninstall:
|
Uninstall:
|
||||||
|
|
||||||
sudo make uninstall
|
<pre># make uninstall</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user