6

I am quite interested in installing Bumblebee-UI in Ubuntu 12.04 after seeing this video on youtube. Link to video

Has anyone been able to install it successfully?

Ubuntuser
  • 9,816

2 Answers2

9
  • Install Git:

    sudo apt-get install git
    
  • Make a directory for git:

    mkdir git
    cd git
    
  • Check out the repository:

    git clone https://github.com/Bumblebee-Project/bumblebee-ui.git
    cd bumblebee-ui
    sudo ./INSTALL
    
  • Go to Startup Applications and add /usr/local/bin/bumblebee-indicator.

jokerdino
  • 41,320
Ian B.
  • 3,513
0

sorry, but the answer is clear and simple

https://github.com/Bumblebee-Project/bumblebee-ui/blob/master/README#L27

Vitaliy Kulikov
  • 349
  • 2
  • 7