Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Jun 25, 2018
1 parent 3ebfdbe commit e874077
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Simple cross platform plug-in system
The sharedlibpp is a tiny cross-platform library to create and load shared
libraries for different platform (Linux/Mac/Windows). The sharedlibpp provide
an easy and portable way to create plug-ins which encapsulate your c++ classes
inside a shared library (so, dylib, dll). The original code is taken and from
[YARP](http://wiki.icub.org/yarpdoc/index.html) (Yet Another Robot Platform).
The code is simplified by removing dependencies and some helper functions are added
to report the native OS error messages on failures.
inside a shared library (so, dylib, dll).
The original code is taken and from
[YARP (Yet Another Robot Platform)](http://www.yarp.it/).
The code is simplified by removing dependencies and some helper functions are
added to report the native OS error messages on failures.


Building on Linux/Mac
Expand Down

0 comments on commit e874077

Please sign in to comment.