«前の日記(2011.04.03 / Sunday) 最新 次の日記(2011.04.09 / Saturday)» 編集

Hena Hena Nikki

2003|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|10|11|12|
2012|01|02|03|04|05|06|07|08|10|12|
2013|01|02|04|06|

2011.04.05 / Tuesday [長年日記]

* [computer] IRSTLM Toolkit 5.60.02 を Mac OS X 10.6 にインストールする

CXXFLAGS などはお好みで。

$ wget -c http://hlt.fbk.eu/sites/hlt.fbk.eu/files/irstlm/irstlm-5.60.02.tgz
$ mkdir irstlm-5.60.02
$ cd irstlm-5.60.02
$ gzip -cd ../irstlm-5.60.02.tgz | tar xvf -
$ ./regenerate-makefiles.sh
$ ./configure
$ make
$ sudo make install

* [computer] MPFR 3.0.1 を Mac OS X 10.6 にインストールする

事前に GMP を入れておくと良い。

$ wget -c http://www.mpfr.org/mpfr-current/mpfr-3.0.1.tar.xz
$ xz -cd mpfr-3.0.1.tar.xz | tar xvf -
$ cd mpfr-3.0.1/
$ ./configure
$ make && make check
$ sudo make install

CFLAGS などはお好みで。

* [computer] ncurses 5.9 を Mac OS X 10.6 にインストールする

CFLAGS はお好みで。

$ wget -c http://ftp.gnu.org/gnu/ncurses/ncurses-5.9.tar.gz
$ gzip -cd ncurses-5.9.tar.gz | tar xvf -
$ cd ncurses-5.9/
$ ./configure --with-libtool --with-shared --enable-colorfgbg
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --enable-widec --enable-ext-colors
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --with-pthread
$ make
$ sudo make install
$ make clean
$ ./configure --with-libtool --with-shared --enable-colorfgbg --with-pthread --enable-widec --enable-ext-colors
$ make
$ sudo make install

* [computer] GNU libsigsegv 2.10 を Mac OS X 10.6 にインストールする

CFLAGS はお好みで。

$ wget -c http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.10.tar.gz
$ gzip -cd libsigsegv-2.10.tar.gz | tar xvf -
$ cd libsigsegv-2.10/
$ ./configure --enable-shared
$ make && make check
$ sudo make install

  • この日記には本日 名の方が訪問してくださっているようです。 また、昨日は 名の方が訪問してくださったようです。
  • この日記の更新情報の取得には antenna.lirs を利用するのがおすすめです。