Proposal for the bind interface #38

Open
lasdasdas wants to merge 19 commits from lasdasdas/std_function_bind_interface_proposal into master
Showing only changes of commit daf849ef45 - Show all commits
+2 -2
View File
@@ -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 gccYou 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