15대 16대 대통령 추모 배너

'unzip5.52'에 해당되는 글 1건

  1. 2009/03/04 Unzip 설치
Computer2009/03/04 15:47

unzip552.tar.gz 을 다운로드 한 후 압축을 풀어줍니다.

 

tar xvf unzip552.tar.gz

 

unzip 디렉토리로 이동 후

unix 폴더(또는 해당OS)의 파일을 현재폴더로 복사합니다.

 

cp ./unix/* .

 

해당 시스템에 맞도록 컴파일 합니다.

make <System>

If you're not sure about the characteristics of your system, try typing "make generic".  If the compiler barfs and says something unpleasant about "timezone redefined," try typing "make clean" followed by "make generic2".
If, on the other hand, it complains about an undefined symbol _ftime, try typing "make clean" followed by "make generic3".  One of these actions should produce a working copy of unzip on most Unix systems.  If you know a bit more about the machine on which you work, you might try "make list" for a list of the specific systems supported herein.  (Many of them do exactly the same thing, so don't agonize too much over which to pick if two or more sound equally likely.)  Also check out the INSTALL file for notes on compiling various targets.  As a last resort, feel free to read the numerous comments within the Makefile itself.
Have a mostly pretty good day.

 

make install

 

 

 

참조 :

http://www.linuxfromscratch.org/blfs/view/stable/general/unzip.html

Posted by 슈팅스타337