Solaris11.4 wget、gcc、flexパッケージをインストールする方法

環境
Oracle Solaris11.4

操作方法
1.gcc, flex をパッケージでインストールする

# sudo pkg install gcc
# sudo pkg install flex

2.wgetのインストールを行います
$ wget http://ftp.jaist.ac.jp/pub/GNU/wget/wget2-2.1.0.tar.gz
$ gzip -d < wget2-2.1.0.tar.gz | tar -xvf –
$ cd wget2-2.1.0
# ./configure
# make
# sudo make install

Solaris

Posted by arkgame