Skip to content

Instantly share code, notes, and snippets.

@barseghyanartur
Created October 9, 2015 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barseghyanartur/b7e85802efdfec683456 to your computer and use it in GitHub Desktop.
Save barseghyanartur/b7e85802efdfec683456 to your computer and use it in GitHub Desktop.
Genymotion installation instructions on Ubuntu
https://cloud.genymotion.com/page/launchpad/download/
Download one
Move the downloaded file to ~/
mv genymotion-2.5.2_x64_debian.bin ~/
chmod +x ./genymotion-2.5.2_x64_debian.bin
sudo /etc/init.d/vboxdrv setup
sudo usermod -a -G vboxusers YOUR_USERNAME
./genymotion-2.5.2_x64_debian.bin
sudo apt-get install libxi-dev libxmu-dev
cd ~/genymotion/
mkdir QtLibs && mv *Qt*.so* QtLibs
./genymotion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment