Skip to content

Commit

Permalink
update Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Jan 16, 2024
1 parent b2941e7 commit 8c4485c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/tutorial/English/Environment_Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,14 @@ cd build
cmake ..
make
```

# MacOS
### Compile and run the sample
```bash
cd OrbbecSDK
mkdir build
cd build
cmake .. && make -j8
make install
cd install/bin
sudo ./OBHelloOrbbec
```

0 comments on commit 8c4485c

Please sign in to comment.