LoginSignup
1
2

More than 5 years have passed since last update.

Windows上でsippを動かす①(Cygwinインストール)

Last updated at Posted at 2016-11-13

Cygwinのダウンロード

下記URLより
https://www.cygwin.com/
setup-x86.exe または
setup-x86_64.exe  をダウンロード。

Cygwinのインストール

基本はそのまま「次へ」を押せばOK.

パッケージ選択画面で日本国内のサーバを選択(末尾がjp)
WS000003.JPG

パッケージ選択画面で以下のパッケージをインストールする。
とりあえず動かすだけならC++とcursesのみでOK

make
C++ Compiler
curses or ncurses library
For TLS support: OpenSSL >= 0.9.8
For pcap play support: libpcap and libnet
For SCTP support: lksctp-tools
For distributed pauses: Gnu Scientific Libraries

具体的には下記パッケージをインストールする

Devel
└gcc-g++:GNU COmpiler Collection(C++)
└automake:Wrapper scripts for automake and aclocal
└automake 1.9:(1.9)a tool for generating GNU-compliant Makefiles
└make: The GNU version of the 'make' utility
└(64bitOSなら)mingw64-x86_64-ncurses: ncurses for Win64 toolchain
└(32bitOSなら)mingw64-i686-ncurses: ncurses for Win32 toolchain
└autoconf: Wrapper scripts for autoconf commands
└autoconf2.5: Current version of the automatic configure script

Libs
└libncurses-devel: Terminal display library
└libncursesw 10: Terminal display library

Base
└ncurses: Terminal display utilities

下図のようにSearch部分に探したいパッケージを入力すると対象パッケージを絞れる
「New」列のSkipをクリックし、インストールしたいバージョンを選択する
WS000006.JPG

あとは次へを押し、指示に従って進めればOK。

Windows上でsippを動かす②(SIPpインストール)に続く

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2