From eadbeb78ddf21c931c7fc957559057c2fa61dc5d Mon Sep 17 00:00:00 2001 From: Zhang Liangliang Date: Fri, 7 Jul 2017 10:58:07 -0700 Subject: [PATCH] updated how to debug build problems in FAQ.md --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FAQ.md b/FAQ.md index 86e60a6e08..22737f8e0e 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,6 +10,16 @@ If you are a user and would like to install and build Apollo, please refer apoll If you are a developer and would like to build the Apollo Kernel, the Robot Operating System (ROS), and Apollo, please refer apollo/docs/quickstart/apollo_1_0_quick_start_developer.md. ## How to debug build problems? +1. Please make sure you followed the guidance in the correct help document as listed in the first question. + +2. Please make sure you followed exactly the same steps in the document. + +3. Currently, build can only be done on Linux, we recommend Ubuntu 14.04. + +4. Please double check the internet setting on your computer is correct. + +5. Please allocate sufficient memory for your computer. It is recommended to have > 1GB memory. + ## I cannot solve my build problems, what is the most effective way to ask for help? So far, many build problems are related to environment setting. You can run the script to get your environment: bash scripts/env.sh >& env.txt and provide the content of env.txt in your post. -- GitLab