Skip to content

Commit

Permalink
fix $
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoMunoz committed Aug 4, 2016
1 parent 26db5fe commit ef12b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/binaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Extract the contents of the package. It will containt both *eProsima Fast RTPS*

Configure the compilation: ::

./configure --libdir=/usr/lib
$ ./configure --libdir=/usr/lib

If you want to compile with debug symbols (which also enables verbose mode): ::

./configure CXXFLAGS="-g -D__DEBUG" --libdir=/usr/lib
$ ./configure CXXFLAGS="-g -D__DEBUG" --libdir=/usr/lib

After configuring the project compile and install the library: ::

sudo make install
$ sudo make install

0 comments on commit ef12b39

Please sign in to comment.