리눅스 make 설치

Jmnote (토론 | 기여)님의 2012년 9월 4일 (화) 09:59 판 (새 문서: ;리눅스 make 설치 ==확인== <source lang='dos'> [root@jmnote ~]# rpm -qa | grep ^make [root@jmnote ~]# yum info make | grep Repo Repo : Daum </source> ==설치== <sourc...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
리눅스 make 설치

1 확인

[root@jmnote ~]# rpm -qa | grep ^make
[root@jmnote ~]# yum info make | grep Repo
Repo        : Daum

2 설치

[root@jmnote ~]# yum install make -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package make.x86_64 1:3.81-20.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package             Arch                  Version                        Repository           Size
====================================================================================================
Installing:
 make                x86_64                1:3.81-20.el6                  Daum                389 k

Transaction Summary
====================================================================================================
Install       1 Package(s)

Total download size: 389 k
Installed size: 1.0 M
... (생략)
Complete!

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}