タグ

sourceとinstallに関するstack00のブックマーク (3)

  • 小人閑居して: Ubuntu 11.04ではじめてのカーネルコンパイル&インストール

    2011年5月23日月曜日 Ubuntu 11.04ではじめてのカーネルコンパイル&インストール カーネルコンパイルをしようとしたきっかけはこの記事だ。 MySQL 5.5をわずか30秒足らずでコンパイルするためのテクニック 実際の所この方法での高速化のキモは並列コンパイルとccacheなのだが、ccacheで高速化するのはソースが全く変更されていない場合のコンパイルだけという非常に限定された状況なので、言ってみれば汎用性に欠ける。並列化はともかく。 そこでカーネルコンパイルに目を付けた。Linuxカーネル自体をハードウェアにあわせてコンパイルすることでシステム全体の高速化が図れる!というのにわくわくして調べながら試してみたのだが、何十回となく失敗を繰り返した。再インストール30回近くに及び、ようやく方法を見つけたので記事として残しておくことにする。 # sudo -s 面倒なの

  • Compiling and installing software from source in Linux

    < Installing software from source in Linux - 1.2 > So you've downloaded a software package with tar.gz or tar.bz2 extension and have no idea what to do with it. Or perhaps you already know that it's most likely the source code of the program you want to install and you have to compile it, but don't know how. Don't worry, compiling and installing software from source in Linux isn't as hard as it ma

  • 1