Skip to content

Commit 999b589

Browse files
add clarifications for build instructions
1 parent e0b2506 commit 999b589

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,25 @@ Exposes a `OrbbecPointCloud` node which can list network devices, connect to one
77
## Current status
88

99
Works on linux and windows, currently tested with orbbec femto mega.
10+
11+
## Building
12+
Note : if you want the OrbbecPointCloud object to work from the editor, you will need to build the debug version.
13+
14+
### linux
15+
```
16+
git submodule --recursive --init
17+
./build.sh # BUILD_RELEASE=1 ./build.sh for release build
18+
```
19+
20+
Note: if you have already built a release version, you will have to delete your the build folder to do a debug build.
21+
22+
### windows
23+
```
24+
git submodule --recursive --init
25+
```
26+
27+
and then, in an admin cmd/powershell prompt
28+
```
29+
:: set BUILD_RELEASE=1 :: if you want to build release
30+
build_windows.cmd
31+
```

0 commit comments

Comments
 (0)