From 7cd8ac7200aa4bae949b6d018ecdce1b29dd947a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Senior=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Wed, 25 Apr 2018 18:31:52 +0900 Subject: [PATCH] Update Build Prerequisites (#147) This commit updates 'getting_started.md' to include build prerequisites section. Signed-off-by: Jonghyun Park --- doc/getting_started.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/getting_started.md b/doc/getting_started.md index f5834ae..3a41903 100644 --- a/doc/getting_started.md +++ b/doc/getting_started.md @@ -1,3 +1,9 @@ +#### Prerequisites + +The following toolchains are needed to build _nncc_ project: + - CMake (>= 3.1) + - g++ (>= 4.8) + #### How to build _nncc_ with docker _nncc_ provides ``Dockerfile`` in order to make it easy to setup development environment. -- 2.7.4