[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[plamo:29383] Re: KDE-4.1.2インストール
-
From:Toshihisa Matsuki
-
Date:Mon, 13 Oct 2008 22:55:42 +0900 (JST)
- Subject: [plamo:29383] Re: KDE-4.1.2インストール
- From: Toshihisa Matsuki <matsuki@xxxxxxxxxxxxx>
- Date: Mon, 13 Oct 2008 22:55:24 +0900 (JST)
From: Plamo大好 <ilikepl@xxxxxxxxxxxxxxxxx>
Subject: [plamo:29382] KDE-4.1.2 インストール
Date: Mon, 13 Oct 2008 19:23:31 +0000
> 現在、Plamo-4.5rc1をインストールして、
> KDE最新版を、ソースからインストールしてみようと思いました。
> KDEのインストール手順なども参考にしながら行っているのですが、
> configureでうまくいきません。
snip
> -----------------------------------------------------------------
> KDE4 uses the CMake (http://www.cmake.org) buildsystem instead of configure.
> CMake uses different options than configure, but some have direct
> equivalents:
> <srcdir> : the source directory
> --prefix=<dir> : -DCMAKE_INSTALL_PREFIX:PATH=<dir>
> --bindir=<dir> : -DBIN_INSTALL_DIR:PATH=<dir>
> --includedir=<dir> : -DINCLUDE_INSTALL_DIR:PATH=<dir>
> --libdir=<dir> : -DLIB_INSTALL_DIR:PATH=<dir>
> Once CMake has run successfully, you can use "make edit_cache" to view
> and modify all settings.
> For more information visit
> "http://techbase.kde.org/Development/Tutorials/CMake#Run_CMake"
>
> Your current configure options translate more or less to:
> cmake . ; make ; make install
> --------------------------------------------------------------------
> と、configureのechoの部分が表示されるだけで、makefileが作られません。
上記のエラーメッセージや
http://techbase.kde.org/Getting_Started/Build/KDE4
を参照して頂いても分かるように kde は configure は使って
いません.cmake を使って build するようになっています.
なので,/opt/kde 以下にインストールしたければ展開した
ソースの下で
cmake . -DCMAKE_INSTALL_PREFIX=/opt/kde
make
make install
などというかんじになります.詳細は cmake のマニュアルを
見てください.
ちなみに手元で Plamo-4.5rc1 環境で KDE 4.1.2 を build して
みましたが,どこかでコンパイルが通らなかった記憶があります.
(多分,どこかで調整が必要になるかと思います)
どこでこけていたかはよく覚えていませんが....
-----
松木 俊寿 (Toshihisa Matsuki):
mailto:matsuki@xxxxxxxxxxxxx
- Follow-Ups
-
- [plamo:29384] Re: KDE-4.1.2 インストール, Plamo大好
- References
-
- [plamo:29382] KDE-4.1.2 インストール, Plamo大好
[検索ページ]
[メール一覧]
Plamo ML 公開システム