File: README.md

package info (click to toggle)
roboptim-core 2.0-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,488 kB
  • ctags: 1,160
  • sloc: cpp: 5,388; sh: 395; ansic: 387; makefile: 25; python: 19
file content (38 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
roboptim-core
=============

[![Build Status](https://travis-ci.org/roboptim/roboptim-core.png?branch=master)](https://travis-ci.org/roboptim/roboptim-core)

For general information about the project, please refer to its
homepage: http://www.roboptim.net/

Where is the library documentation?
-----------------------------------

This README only covers configure/building issues, for more information
regarding this library usage, please refer to the Doxygen documentation.

If you have configured the package as explained in the first section, go
into you ``_build'' directory and type:

    $ make doc

To view the HTML documentation: go in the `doc/doxygen-html` directory
and open the `index.html` file with your favorite internet browser.


How to use Valgrind with the test suite?
----------------------------------------

All the tests launched by the test suite can be prefixed
with the environment variable ``CHECK_PREFIX''.

    $ cmake -DCHECK_PREFIX='valgrind --log-file=valgrind.log' ..
    $ make && make check


Available packages
------------------

 * Arch Linux (Git master branch):
   https://aur.archlinux.org/packages/roboptim-core-git/