Skip to content

Commit 55df49a

Browse files
authored
docs: Be more precise about cd ..
1 parent 886fff7 commit 55df49a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,8 @@ Note: Ubuntu 12.04 is too old to support. Debian jessie may also be too old, and
235235
* Install OpenNI2 (optional)
236236
1. (Ubuntu 14.04 only) `sudo apt-add-repository ppa:deb-rob/ros-trusty && sudo apt-get update` (You don't need this if you have ROS repos), then `sudo apt-get install libopenni2-dev`
237237
2. (Other) `sudo apt-get install libopenni2-dev`
238-
* Build
238+
* Build (if you have run `cd depends` previously, `cd ..` back to the libfreenect2 root directory first.)
239239
```
240-
cd ..
241240
mkdir build && cd build
242241
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/freenect2
243242
make

0 commit comments

Comments
 (0)