Skip to content

Instantly share code, notes, and snippets.

@magnolia-k
Last active August 29, 2015 13:57
Show Gist options
  • Save magnolia-k/9640495 to your computer and use it in GitHub Desktop.
Save magnolia-k/9640495 to your computer and use it in GitHub Desktop.
Lib::Buildのアイディア整理
  • Lib::Build - Yet another shared library package manager
  • PerlベースのDSLでインストール条件を定義
  • 指定したディレクトリにまとめてインストール
  • シンボリック方式ではなく、全てまとめてインストール
  • バージョンアップ時は、全て再インストール(頻繁にライブラリのバージョンを上げるとは思えないので
  • インストール済みのソフトウェアの一覧は、インストール先のディレクトリに保存しておく。
  • 新しいバージョンがリリースされているかチェックを行う。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment