From aa852cfb15ffb7a6653abab1cfbfbc8931bc51b6 Mon Sep 17 00:00:00 2001 From: livox Date: Wed, 1 Apr 2020 21:14:12 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8dfc4ef..48cf068 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ You can now compile the Livox SDK in Visual Studio. ### 4.1.3 ARM-Linux Cross Compile -The procedure of cross compile Livox-SDK in ARM-Linux are shown below。 +The procedure of cross compile Livox-SDK in ARM-Linux are shown below. #### Dependencies -Host machine requires install cmake and gcc。You can install these packages using apt: +Host machine requires install cmake and gcc. You can install these packages using apt: ``` sudo apt install cmake gcc