Como instalo o UControl?

1

Como instalo o UControl a partir do link

Ele vem em um tar.gz. Eu descompactei e tentei ler o readme, mas não estou chegando a lugar nenhum. Quais são os passos a seguir?

Estou tentando configurar meu iPod com meu computador para que eu possa ter um trackpad em Bluetooth.

    
por Kenny 13.04.2012 / 23:58

1 resposta

0

Você pode ser mais específico sobre onde você está vacilando? As instruções no arquivo readme parecem bastante simples, mas talvez seja porque eu estou acostumado com o Linux. Abra o terminal e digite:

sudo apt-get install openjdk-6-jre
sudo apt-get install libbluetooth-dev 

cd ~/whateverdirectoryyouunpackedto/
sudo sh install

That should be it, unless you get errors in which case report those.  Then you can run by the launcher in your applications or by typing

ucontrol 

at the terminal.  Are your running a 32 bit system?  This package says that 64 bit is unsupported.
    
por Gary 14.04.2012 / 00:38