Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
[fix]:building process in readme.md
  • Loading branch information
daiyin committed Sep 22, 2023
commit 5c3d603e36b8ea6a8f3520bd7a8ce7118e1607c7
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,21 @@ git submodule update --init --recursive

```powershell
cd OrbbecSDK-K4A-Wrapper
mkdir build && cd build
mkdir build
cd build
cmake .. -G Ninja
cmake --build .
cmake --install .
ninja
ninja install
```

* Linux

```bash
cd OrbbecSDK-K4A-Wrapper
mkdir build && cd build
cmake ..
cmake --build .
cmake --install
sudo cmake .. -G Ninja
sudo ninja
sudo ninja install
```

### Test it!
Expand Down
1 change: 0 additions & 1 deletion include/k4a/.gitignore

This file was deleted.