From 2fa3ffdad54767ce02202e1dccd0b66f369fb84f Mon Sep 17 00:00:00 2001 From: Takao Moriyama Date: Thu, 6 Jul 2017 14:53:05 +0900 Subject: [PATCH] Remove unnecessary instruction to download toolchain for Linux --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d174bcd..dd7f142 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,7 @@ PS: If you run into issues with the build, you might have to change a couple of ### Linux 1. Set up qibuild and CMake. You can use your Linux package manager to install CMake, and any distribution of Python (2.7 recommended) to install qibuild through pip. -2. Download the [Linux Toolchain for Linux (C++ SDK 2.1.4 Linux 64)](https://community.aldebaran.com/en/resources/software) and unzip the package into `~/toolchains/naoqi-sdk-linux64/`. -3. Run the following commands: +2. Run the following commands: * `./scripts/build_linux.sh` ### Raspberry Pi