[HOME]
[戻る]
目次
ruby-1.8.2
インストール手順
tar zxf ruby-1.8.2.tar.gz
cd ruby-1.8.2
./configure
make
make test
su
make install
| | real | user | sys |
| configure | 3m9.185s | 1m36.580s | 1m26.420s |
| make | 13m55.259s | 12m13.780s | 0m47.360s |
確認と strip
root@kuro:/usr/local/bin# ls -lt |head
-rwxr-xr-x 1 root root 3114 Feb 8 00:30 erb
-rwxr-xr-x 1 root root 352 Feb 8 00:30 irb
-rwxr-xr-x 1 root root 1541 Feb 8 00:30 rdoc
-rwxr-xr-x 1 root root 1491 Feb 8 00:30 ri
-rwxr-xr-x 1 root root 153 Feb 8 00:30 testrb
-rwxr-xr-x 1 root root 1846643 Feb 8 00:29 ruby
-rwxr-xr-x 1 root root 1876000 Feb 3 01:02 eruby
root@kuro:/usr/local/bin# strip -p eruby ruby
root@kuro:/usr/local/bin# ls -lt |head
-rwxr-xr-x 1 root root 3114 Feb 8 00:30 erb
-rwxr-xr-x 1 root root 352 Feb 8 00:30 irb
-rwxr-xr-x 1 root root 1541 Feb 8 00:30 rdoc
-rwxr-xr-x 1 root root 1491 Feb 8 00:30 ri
-rwxr-xr-x 1 root root 153 Feb 8 00:30 testrb
-rwxr-xr-x 1 root root 773136 Feb 8 00:29 ruby
-rwxr-xr-x 1 root root 787416 Feb 3 01:02 eruby
2005/02/09
ご意見・ご感想は,こちらの掲示板
まで.