forked from JoshBlake/RGBDToolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcloneaddons_writable.sh
More file actions
executable file
·25 lines (21 loc) · 895 Bytes
/
cloneaddons_writable.sh
File metadata and controls
executable file
·25 lines (21 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
cd ../../addons
git clone git@github.com:Flightphase/ofxGameCamera
git clone git@github.com:Flightphase/ofxRange
git clone git@github.com:Flightphase/ofxTimeline
git clone git@github.com:Flightphase/ofxTween
git clone git@github.com:Flightphase/ofxMSAInteractiveObject
git clone git@github.com:Flightphase/ofxTextInputField
git clone git@github.com:Flightphase/ofxSimpleGuiToo
git clone git@github.com:obviousjim/ofxRGBDepth
git clone git@github.com:obviousjim/ofxCv
git clone git@github.com:obviousjim/ofxCameraTrack
git clone git@github.com:obviousjim/ofxKinect
git clone git@github.com:obviousjim/ofxOpenNI
git clone git@github.com:obviousjim/ofxMSATimer
cd ofxCv/
git checkout opencv-2.3
cd ..
# you also need to replace ofxOpenCv/libs/opencv with this link:
# https://github.com/kylemcdonald/ofxCv/downloads
# opencv-2.3-osx.zip — OpenCV 2.3 library compiled on OSX 10.6.