From d19a87361d4ac61b86df2992e2796c7d29077bea Mon Sep 17 00:00:00 2001 From: latelan Date: Wed, 27 Apr 2016 13:35:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d51cfa96..f318012ec 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This tutorial will tell you how to compile this kernel source code for pcDuino8 ### 1. Install related tools ``` sudo apt-get install libc6:i386 libstdc++6:i386 libncurses5:i386 zlib1g:i386 -sudo apt-get arm-linux-gnueabihf +sudo apt-get install gcc-arm-linux-gnueabihf sudo apt-get install libncurses5-dev libncursesw5-dev device-tree-compiler u-boot-tools ```