Skip to content

Commit 5ab1a6a

Browse files
committed
Update README about restructuring
1 parent 33e9994 commit 5ab1a6a

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ Joshua Blake provided a Debug version binary: https://www.dropbox.com/s/madoye1a
136136
#### Build
137137

138138
```
139-
cd example\protonect
140139
mkdir build && cd build
141140
cmake .. -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=.
142141
cmake --build . --config Release --target install
@@ -180,7 +179,6 @@ sh ./depends/install_mac.sh
180179
1. Build the actual protonect executable
181180

182181
```
183-
cd ./examples/protonect/
184182
mkdir build && cd build
185183
cmake ..
186184
make
@@ -221,7 +219,6 @@ sudo dpkg -i libglfw3*_3.0.4-1_*.deb # Ubuntu 14.04 only
221219
1. Build the actual protonect executable
222220

223221
```
224-
cd ../examples/protonect/
225222
mkdir build && cd build
226223
cmake ..
227224
make
@@ -238,23 +235,6 @@ sudo make install
238235

239236
I'm not sure, but look for libusbx installation instructions for your OS. Figure out how to attach the driver to the Xbox NUI Sensor composite parent device, VID 045E PID 02C4, then contribute your procedure.
240237

241-
## Building
242-
243-
Make sure you install the driver as describe above first.
244-
245-
1. Follow directions in the ./depends/README.depends.txt to get the dependencies. (Process may be streamlined later.)
246-
247-
### Windows / Visual Studio
248-
249-
1. Use CMake to generate a solution.
250-
2. Build and run.
251-
252-
### Other platforms
253-
254-
2. ?
255-
3. Build and run.
256-
4. Contribute your solution for your platform back to the project please.
257-
258238
## Required notification
259239

260240
The K4W2 hardware is currently pre-release. Per the K4W2 developer program agreement, all public demonstrations and code should display this notice:

0 commit comments

Comments
 (0)