diff --git a/README.md b/README.md index 98c70d75b83010cd4720de728b0e6b5ed8744a38..3713b2d16ccffd314d1bbfa9e29ef3e5766f97cc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ dynamic-graph ============= -[](https://travis-ci.org/stack-of-tasks/dynamic-graph) -[](https://gepgitlab.laas.fr/stack-of-tasks/dynamic-graph/commits/master) +[](https://gepgitlab.laas.fr/stack-of-tasks/dynamic-graph/commits/master) [](http://projects.laas.fr/stack-of-tasks/doc/stack-of-tasks/dynamic-graph/master/coverage/) This software provides an efficient way to modelize a C++ data-flow. @@ -42,10 +41,7 @@ located in the `$prefix/share/doc/dynamic-graph` directoy where Getting Help ------------ -Support is provided through: - * the HPP mailing-list: hpp@laas.fr - * the following HipChat room: http://www.hipchat.com/gh4wQrZeV - +Support is provided through issues on the github interface. How can I install dynamic-graph? -------------------------------- @@ -57,13 +53,9 @@ have to be available on your machine. - Libraries: - [Boost][] (>= 1.40) - Its detection is controlled by the `BOOST_ROOT` variable, see next section - for more information. - - [Lapack][] library - Use the generic purpose `CMAKE_CXX_FLAGS` and `CMAKE_EXE_LINKER_FLAGS` - to insert the flags required for the compiler to find your Lapack library - if it is installed in a non-standard directory. - - [jrl-mal][] library + - Doxygen + - Eigen3 + - pthread - System tools: - [CMake][] (>=2.6) - [pkg-config][] @@ -143,15 +135,12 @@ This package authors are credited in the [AUTHORS](AUTHORS) file. Available Packages ------------------ - * RobotPkg (Release 2.5.3r1): + * RobotPkg : http://robotpkg.openrobots.org/robotpkg/motion/dynamic-graph/index.html [doxygen-documentation]: http://stack-of-tasks.github.io/dynamic-graph/doxygen/HEAD/ -[jrl-mathtools]: https://github.com/jrl-umi3218/jrl-mathtools -[jrl-mal]: https://github.com/jrl-umi3218/jrl-mal - [git-submodules]: http://git-scm.com/book/en/Git-Tools-Submodules [Boost]: http://www.boost.org/ @@ -159,7 +148,6 @@ Available Packages [Doxygen]: http://www.stack.nl/~dimitri/doxygen/ [Eigen]: http://eigen.tuxfamily.org/ [Git]: http://git-scm.com/ -[Lapack]: http://www.netlib.org/lapack/ [Libtool]: https://www.gnu.org/software/libtool/ [RobotPkg]: http://robotpkg.openrobots.org/ [log4cxx]: https://logging.apache.org/log4cxx/