Skip to content

Commit

Permalink
Added additional packages script
Browse files Browse the repository at this point in the history
  • Loading branch information
rogergranada committed Oct 20, 2017
1 parent 457206b commit 31145bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/jetson/scripts/additionalPackages.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
# Additional packages to Jetson TK1

# Add universe to the repository and update it all
sudo apt-add-repository universe
sudo apt-get update

# packages for compilation
sudo apt-get install build-essential make cmake cmake-curses-gui g++
# packages to access i2c (GPIO)
sudo apt-get install i2c-tools libi2c-dev
# packages to facilitate development
sudo apt-get install git terminator screen

0 comments on commit 31145bf

Please sign in to comment.