Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
sikang committed Oct 28, 2018
1 parent 26fdf17 commit 432c21b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Packages:
#### Dependancy:
- `ROS`(Indigo+)
- [`catkin_simple`](https://github.com/catkin/catkin_simple)
- [`SDL`](`sudo apt install -y libsdl1.2-dev libsdl-image1.2-dev`)

##### Compile
Before compiling, make sure submodules are on their corresponding commits.
Expand Down
1 change: 1 addition & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build:
sudo apt-get update
rosdep update
rosdep install --from-paths . --ignore-src -y -r --as-root apt:false
sudo apt install -y libsdl1.2-dev libsdl-image1.2-dev
- script:
name: build
code: |
Expand Down

0 comments on commit 432c21b

Please sign in to comment.