Skip to content
Snippets Groups Projects
Commit 878ef58c authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[doc] Remove link and macro info from porting notes

parent 6c8f6ba9
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,6 @@ Relevant changes are listed below.
\subsection PortingCHeaderonly Header-only
Pinocchio is now fully header-only. This means you do not have to link to the Pinocchio library when compiling your code.
On the other hand, you might need to link to additional system libraries.
For instance, when using URDF, you now need to add
```
-lboost_system -lurdfdom_model
```
\subsection PortingCNamespace Namespace
The most important change is the namespace.
......@@ -48,14 +44,12 @@ The following marcos are not employed anymore
WITH_HPP_FCL
WITH_URDFDOM
WITH_LUA5
URDFDOM_TYPEDEF_SHARED_PTR
```
in favor of
```
PINOCCHIO_WITH_HPP_FCL
PINOCCHIO_WITH_URDFDOM
PINOCCHIO_WITH_LUA5
PINOCCHIO_URDFDOM_TYPEDEF_SHARED_PTR
```
Therefore, you now need to issue the new macros in your compilation commands.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment