How to Install vaio-control-center from source?

Posted by KasiyA on Ask Ubuntu See other posts from Ask Ubuntu or by KasiyA
Published on 2014-07-06T16:55:41Z Indexed on 2014/08/24 10:31 UTC
Read the original article Hit count: 618

I have a problem about turning off keyboard backlight that I asked here with no useful answers.

After searching on internet I find a package for vaio control center and downloaded it from here, I don't know how to install it.

This is the output of trying one solution:

USER@XXXXpc:~/vaio-control-center-0.1$ ls
compile  Makefile             run               vaio-control-center      vcc
COPYING  moc_main_window.cpp  ui_main_window.h  vaio-control-center.pro

USER@XXXXpc:~/vaio-control-center-0.1$ ./compile
make: *** No rule to make target `/usr/share/qt/mkspecs/linux-g++-64/qmake.conf', needed by `Makefile'.  Stop.

USER@XXXXpc:~/vaio-control-center-0.1$ ./run
./run: 3: ./run: ./vaio-control-center: not found

USER@XXXXpc:~/vaio-control-center-0.1$ 


Updated

I tried also with @pandya's suggestion from here. and the output is as follows:

root@user-pc:/# cd /home/user/vaio-f11-linux.control-center
root@user-pc:/home/user/vaio-f11-linux.control-center# ls
compile  COPYING  resource.qrc  run  sony-acpid  vaio-control-center.pro  vcc

root@user-pc:/home/user/vaio-f11-linux.control-center# ./compile
-su: ./compile: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./compile
sudo: ./compile: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./compile
root@user-pc:/home/user/vaio-f11-linux.control-center#  <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center# ./run
-su: ./run: Permission denied
root@user-pc:/home/user/vaio-f11-linux.control-center# sudo ./run
sudo: ./run: command not found
root@user-pc:/home/user/vaio-f11-linux.control-center# gksudo ./run
root@user-pc:/home/user/vaio-f11-linux.control-center#  <----- nothing happened here
root@user-pc:/home/user/vaio-f11-linux.control-center# 

and after running that I didn't see any affect on keyboard backlight.

© Ask Ubuntu or respective owner

Related posts about software-installation

Related posts about install-from-source