
VitorBinga
(usa Debian)
Enviado em 31/07/2012 - 20:52h
madrugada escreveu:
Correção: é um script em perl.
Aqui ficou:
# chmod +x 127752-oxygen-setup.pl
# ./127752-oxygen-setup.pl
Obs.: O '#' antes da execução é porque deve ser executado como root.
A execussão do scri dá esse erro:
[root@localhost oxygen-transparent]# chmod +x oxygen-setup.pl
[root@localhost oxygen-transparent]# ./oxygen-setup.pl
--- oxygen transparent easy setup script
--- checking out source code
git clone git://anongit.kde.org/oxygen-transparent
Cloning into 'oxygen-transparent'...
remote: Counting objects: 1866, done.
remote: Compressing objects: 100% (372/372), done.
remote: Total 1866 (delta 1493), reused 1866 (delta 1493)
Receiving objects: 100% (1866/1866), 2.62 MiB | 5 KiB/s, done.
Resolving deltas: 100% (1493/1493), done.
mv oxygen-transparent src
cd /home/vitor/oxygen-transparent
--- running cmake
mkdir -p /home/vitor/oxygen-transparent/build
cd /home/vitor/oxygen-transparent/build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release /home/vitor/oxygen-transparent/src
sh: cmake: comando não encontrado
system cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=release /home/vitor/oxygen-transparent/src>&1 failed: 32512
[root@localhost oxygen-transparent]#