diff options
author | Brad Davis <[email protected]> | 2013-08-16 23:21:37 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2013-08-16 23:21:37 -0700 |
commit | 78bc5dba1202a0383fd355505c2257d120953e58 (patch) | |
tree | 35af2c50b6315c6d338fe3b0bf0cac455de2ae7a /ConfigurePermissionsAndPackages.sh | |
parent | f29e505a7df820e1376d97b41515bdc89d472499 (diff) |
Additional official SDK files from the linux distribution
Diffstat (limited to 'ConfigurePermissionsAndPackages.sh')
-rwxr-xr-x | ConfigurePermissionsAndPackages.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ConfigurePermissionsAndPackages.sh b/ConfigurePermissionsAndPackages.sh index 37f7587..e19a913 100755 --- a/ConfigurePermissionsAndPackages.sh +++ b/ConfigurePermissionsAndPackages.sh @@ -21,8 +21,8 @@ echo "Installing OculusVR Rift udev rules file..." sudo cp ./LibOVR/90-oculus.rules /lib/udev/rules.d echo "Installing libudev..." sudo apt-get install libudev-dev -echo "Installing libext..." -sudo apt-get install libext-dev +echo "Installing libxext..." +sudo apt-get install libxext-dev echo "Installing mesa-common..." sudo apt-get install mesa-common-dev echo "Installing freeglut3..." |