File: fetch_opentk.sh

package info (click to toggle)
libfreenect 1%3A0.5.3-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,172 kB
  • sloc: ansic: 7,417; cpp: 7,265; cs: 2,062; python: 992; ruby: 873; java: 730; xml: 49; sh: 45; makefile: 27
file content (10 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
wget http://sourceforge.net/projects/opentk/files/opentk/opentk-1.0/2010-10-06/opentk-2010-10-06.zip/download -Odownload.zip
unzip download.zip
rm -rf download
cp opentk/Binaries/OpenTK/Release/OpenTK.dll .
cp opentk/Binaries/OpenTK/Release/OpenTK.GLControl.dll .
echo ""
echo "-------------------------------------------"
echo "All done! Good to go!"
echo ""
echo ""