分页: 1 / 1

kubuntu 怎么安装stasks?

发表于 : 2009-10-17 11:06
wenxuan_cool
谁有stasks的 deb包?kde4。3可用的。谢谢

Re: kubuntu 怎么安装stasks?

发表于 : 2009-10-17 11:23
wenxuan_cool

代码: 全选

devective@devective-desktop:~/stasks-0.5.1-peek/applet/build$ cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`                                           
-- The C compiler identification is GNU                                         
-- The CXX compiler identification is GNU                                       
-- Check for working C compiler: /usr/bin/gcc                                   
-- Check for working C compiler: /usr/bin/gcc -- works                          
-- Detecting C compiler ABI info                                                
-- Detecting C compiler ABI info - done                                         
-- Check for working CXX compiler: /usr/bin/c++                                 
-- Check for working CXX compiler: /usr/bin/c++ -- works                        
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake-2.6/Modules/FindKDE4.cmake:84 (MESSAGE):
  ERROR: cmake/modules/FindKDE4Internal.cmake not found in
  /home/devective/.kde/share/apps;/usr/share/kubuntu-default-settings/kde4-profile/default/share/apps;/usr/share/kde4/apps
Call Stack (most recent call first):
  CMakeLists.txt:3 (find_package)


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.6)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
错误代码

Re: kubuntu 怎么安装stasks?

发表于 : 2009-10-17 11:35
qiii2006

代码: 全选

sudo apt-get install cmake kdebase-workspace-dev g++

代码: 全选

cmake . -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

Re: kubuntu 怎么安装stasks?

发表于 : 2009-10-17 18:03
刘淑悯
Stasks很久没更新了,装Smooth Tasks吧。

Re: kubuntu 怎么安装stasks?

发表于 : 2009-10-18 8:31
wenxuan_cool
谢谢楼上的2位,已经安装了Smooth Tasks