SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


osx:commandlinetools

文書の過去の版を表示しています。


コマンドラインツールのインストール

 基本の手作業

例えばtreeをインストールすることを考えよう。 - ソースコードを入手する - ロードモジュールを作る - システムにインストールする

MacPorts版

  1. MacPortsのインストール(Go official site.
  2. Selfupdate
    % sudo port -v selfupdate
    Password:
    --->  Updating MacPorts base sources using rsync
    .
    .
    .
    The ports tree has been updated. To upgrade your installed ports, you should run
      port upgrade outdated
    % sudo port upgrade outdated
    Nothing to upgrade.
    % 
  3. Search
    % port search wget
    .
    .
    .
    wget @1.20.3_3 (net, www)
        internet file retriever
    .
    .
    .
    % 
  4. Install
    % sudo port  install wget
    Password:
    --->  Computing dependencies for wget
    The following dependencies will be installed: 
    .
    .
    .
      wget has the following notes:
        To customize wget, you can copy /opt/local/etc/wgetrc.sample to
        /opt/local/etc/wgetrc and then make changes.
    % wget
     
    wget: URLがありません
    使い方: wget [オプション]... [URL]...
     
    詳しいオプションは `wget --help' を実行してください。
    % which wget
    /opt/local/bin/wget
    % 

MacPorts版

  1. Homebrewのインストール(Go official site.

Fink版

  1. Xquartzのインストール
    1. finkのインストール
      1. sourceforgeからダウンロードする
      2. $ xcode-select –install
      3. ファイルを展開したディレクトリで $ ./bootstrap
      4. $ /sw/bin/pathsetup.sh
      5. $ fink selfupdate
      6. $ fink update-all
      7. 試しにwgetあたりをインストール $ fink install wget
  2. Gnu Compiler Collectionのインストール
  3. Atlasのインストール
  4. FFTWのインストール
osx/commandlinetools.1709605800.txt.gz · 最終更新: 2024/03/05 11:30 by kimi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki