Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/howto/how_to_build_and_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ if you want to use python API, you need to install python and swig:
In the YDLidar SDK directory, run the following commands to compile the project:
```
git clone https://github.com/YDLIDAR/YDLidar-SDK.git
cd YDLidar-SDK/build
cd YDLidar-SDK
mkdir build
cd build
cmake ..
make
sudo make install
Expand Down