SST Lab Dokuwiki Header header picture

ユーザ用ツール

サイト用ツール


osx:commandlinetools

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


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

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<code sh>% 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.1609412607.txt.gz · 最終更新: 2022/08/23 13:34 (外部編集)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki