Skip to content

Commit 4b16a91

Browse files
author
Sankar Natarajan
committed
Update README.md
1 parent 6ea2503 commit 4b16a91

File tree

1 file changed

+1
-29
lines changed

1 file changed

+1
-29
lines changed

README.md

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,4 @@ on how to install Rock.
1919
However, if you feel that it's too heavy for your needs, Rock aims at having
2020
most of its "library" packages (such as this one) to follow best practices. See
2121
[this page](http://rock-robotics.org/stable/documentation/packages/outside_of_rock.html)
22-
for installation instructions outside of Rock.
23-
24-
Rock CMake Macros
25-
-----------------
26-
27-
This package uses a set of CMake helper shipped as the Rock CMake macros.
28-
Documentations is available on [this page](http://rock-robotics.org/stable/documentation/packages/cmake_macros.html).
29-
30-
Rock Standard Layout
31-
--------------------
32-
33-
This directory structure follows some simple rules, to allow for generic build
34-
processes and simplify reuse of this project. Following these rules ensures that
35-
the Rock CMake macros automatically handle the project's build process and
36-
install setup properly.
37-
38-
### Folder Structure
39-
40-
| directory | purpose |
41-
| ----------------- | ------------------------------------------------------ |
42-
| src/ | Contains all header (*.h/*.hpp) and source files |
43-
| build/ * | The target directory for the build process, temporary content |
44-
| bindings/ | Language bindings for this package, e.g. put into subfolders such as |
45-
| ruby/ | Ruby language bindings |
46-
| viz/ | Source files for a vizkit plugin / widget related to this library |
47-
| resources/ | General resources such as images that are needed by the program |
48-
| configuration/ | Configuration files for running the program |
49-
| external/ | When including software that needs a non standard installation process, or one that can be easily embedded include the external software directly here |
50-
| doc/ | should contain the existing doxygen file: doxygen.conf |
22+
for installation instructions outside of Rock.

0 commit comments

Comments
 (0)