Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing build-essential package.
  • Loading branch information
mithro committed Sep 14, 2015
1 parent 5ac577d commit 186a23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/get-env.sh
Expand Up @@ -18,6 +18,8 @@ if [ ! -d $BUILD_DIR ]; then
mkdir -p $BUILD_DIR
fi

sudo apt-get install build-essential

# Xilinx ISE

# --------
Expand Down

0 comments on commit 186a23e

Please sign in to comment.