Skip to content

Commit

Permalink
Updated docs. Fixed makefile to hide warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisspen committed Jul 22, 2016
1 parent 7616ab3 commit aa54230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ find_package(catkin REQUIRED COMPONENTS
#add_definitions( -DMPU6050 -DHMC5883L_SECONDARY -DEMPL_TARGET_LINUX )

#set(CMAKE_C_FLAGS "-std=gnu99 ${CMAKE_C_FLAGS}")
set(CMAKE_CXX_FLAGS "-std=c++11 ${CMAKE_C_FLAGS}")

## System dependencies are found with CMake's conventions
# find_package(Boost REQUIRED COMPONENTS system)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Then install [Bcm2835](http://www.airspayce.com/mikem/bcm2835/index.html):
cd /tmp
wget http://www.airspayce.com/mikem/bcm2835/bcm2835-1.50.tar.gz
tar zxvf bcm2835-1.50.tar.gz
cd bcm2835-1.50
./configure
time make
make
make check
make install
sudo make install

Then clone the project into your ROS workspace via:

Expand Down

0 comments on commit aa54230

Please sign in to comment.