APM 설치전 필수 라이브러리 다운로드 및 설치
- http://www.gzip.org/zlib/ zlib 다운로드
- http://libpng.sourceforge.net/ libpng 다운로드
- http://www.freetype.org/ free type 다운로드
- http://www.ijg.org/ libjpeg 다운로드
- http://www.boutell.com/gd/ gd 다운로드
- http://xmlsoft.org/ libxml2 다운로드
#===========================================================
# 필수 라이브러리 설치
#===========================================================
cd /usr/local/src
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.3.tar.gz
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.10.tar.gz
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.2.1.tar.gz
wget http://www.ijg.org/files/jpegsrc.v6b.tar.gz
wget http://www.libgd.org/releases/oldreleases/gd-2.0.33.tar.gz
wget ftp://xmlsoft.org/libxml2/libxml2-2.6.24.tar.gz
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.tar.gz
wget http://curl.haxx.se/download/curl-7.16.1.tar.gz
#-----------------------------------------------
# 1. ZLIB 설치
#-----------------------------------------------
tar xvfz zlib*
cd zlib*
./configure
make
make install
cd ..
#-----------------------------------------------
# 2. LIBPNG 설치
#-----------------------------------------------
tar xvfz libpng*
cd libpng*
cp scripts/makefile.linux makefile
make test
make install
cd ..
#-----------------------------------------------
# 3. FREETYPE 설치
#-----------------------------------------------
tar xvfz freetype*
cd freetype*
./configure
make
make install
cd ..
#-----------------------------------------------
# 4. JPEGSRC 설치
#-----------------------------------------------
tar xvfz jpegsrc*
cd jpeg-6b
./configure --enable-shared --enable-static
make
make test
make install
make install-lib
make install-headers
cd ..
#-----------------------------------------------
# 5. GD 설치
#-----------------------------------------------
tar xvfz gd*
cd gd*
./configure
make
make install
cd ..
#-----------------------------------------------
# 6. LIBXML2 설치
#-----------------------------------------------
tar xvfz libxml2*
cd libxml2*
./configure
make
make install
cd ..
#-----------------------------------------------
# 7. LIBICONV 설치
#-----------------------------------------------
tar xvfz libiconv*
cd libiconv*
./configure --prefix=/usr/local
make; make install
ln -s /usr/local/lib/libiconv.so.2 /usr/lib/libiconv.so.2
cd ..
#-----------------------------------------------
# 8. curl 설치
#-----------------------------------------------
tar xfpz curl*
cd curl*
./configure;make;make install
cd..
- http://libpng.sourceforge.net/ libpng 다운로드
- http://www.freetype.org/ free type 다운로드
- http://www.ijg.org/ libjpeg 다운로드
- http://www.boutell.com/gd/ gd 다운로드
- http://xmlsoft.org/ libxml2 다운로드
#===========================================================
# 필수 라이브러리 설치
#===========================================================
cd /usr/local/src
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/zlib-1.2.3.tar.gz
wget http://nchc.dl.sourceforge.net/sourceforge/libpng/libpng-1.2.10.tar.gz
wget http://download.savannah.gnu.org/releases/freetype/freetype-2.2.1.tar.gz
wget http://www.ijg.org/files/jpegsrc.v6b.tar.gz
wget http://www.libgd.org/releases/oldreleases/gd-2.0.33.tar.gz
wget ftp://xmlsoft.org/libxml2/libxml2-2.6.24.tar.gz
wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.tar.gz
wget http://curl.haxx.se/download/curl-7.16.1.tar.gz
#-----------------------------------------------
# 1. ZLIB 설치
#-----------------------------------------------
tar xvfz zlib*
cd zlib*
./configure
make
make install
cd ..
#-----------------------------------------------
# 2. LIBPNG 설치
#-----------------------------------------------
tar xvfz libpng*
cd libpng*
cp scripts/makefile.linux makefile
make test
make install
cd ..
#-----------------------------------------------
# 3. FREETYPE 설치
#-----------------------------------------------
tar xvfz freetype*
cd freetype*
./configure
make
make install
cd ..
#-----------------------------------------------
# 4. JPEGSRC 설치
#-----------------------------------------------
tar xvfz jpegsrc*
cd jpeg-6b
./configure --enable-shared --enable-static
make
make test
make install
make install-lib
make install-headers
cd ..
#-----------------------------------------------
# 5. GD 설치
#-----------------------------------------------
tar xvfz gd*
cd gd*
./configure
make
make install
cd ..
#-----------------------------------------------
# 6. LIBXML2 설치
#-----------------------------------------------
tar xvfz libxml2*
cd libxml2*
./configure
make
make install
cd ..
#-----------------------------------------------
# 7. LIBICONV 설치
#-----------------------------------------------
tar xvfz libiconv*
cd libiconv*
./configure --prefix=/usr/local
make; make install
ln -s /usr/local/lib/libiconv.so.2 /usr/lib/libiconv.so.2
cd ..
#-----------------------------------------------
# 8. curl 설치
#-----------------------------------------------
tar xfpz curl*
cd curl*
./configure;make;make install
cd..
[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
댓글 2개
17년 전
APM 설치후 위 라이브러리들을 설치하면 문제가 되나요??
haejuksun
14년 전
넵, 컴파일할때 에러뜹니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1030 | 18년 전 | 1788 | ||
| 1029 | 18년 전 | 2220 | ||
| 1028 | 18년 전 | 2630 | ||
| 1027 | 18년 전 | 1791 | ||
| 1026 | 18년 전 | 1525 | ||
| 1025 | 18년 전 | 1540 | ||
| 1024 | 18년 전 | 1463 | ||
| 1023 | 18년 전 | 3226 | ||
| 1022 | 18년 전 | 2916 | ||
| 1021 | 18년 전 | 1676 | ||
| 1020 | 18년 전 | 3409 | ||
| 1019 | 18년 전 | 1841 | ||
| 1018 | 18년 전 | 1491 | ||
| 1017 | 18년 전 | 1958 | ||
| 1016 | 18년 전 | 2098 | ||
| 1015 | 18년 전 | 1631 | ||
| 1014 | 18년 전 | 2343 | ||
| 1013 | 18년 전 | 1999 | ||
| 1012 | 18년 전 | 1623 | ||
| 1011 | 18년 전 | 1785 | ||
| 1010 | 18년 전 | 2039 | ||
| 1009 | 18년 전 | 1800 | ||
| 1008 | 18년 전 | 1608 | ||
| 1007 | 18년 전 | 1666 | ||
| 1006 | 18년 전 | 3132 | ||
| 1005 | 18년 전 | 1993 | ||
| 1004 | 18년 전 | 1869 | ||
| 1003 | 18년 전 | 4369 | ||
| 1002 | 18년 전 | 4993 | ||
| 1001 | 18년 전 | 3161 | ||
| 1000 | 18년 전 | 2908 | ||
| 999 | 18년 전 | 3500 | ||
| 998 | 18년 전 | 2045 | ||
| 997 | 18년 전 | 2403 | ||
| 996 | 18년 전 | 2697 | ||
| 995 | 18년 전 | 2751 | ||
| 994 | 18년 전 | 2347 | ||
| 993 | 18년 전 | 1615 | ||
| 992 | 18년 전 | 3377 | ||
| 991 | 18년 전 | 1985 | ||
| 990 | 18년 전 | 2382 | ||
| 989 | 18년 전 | 2455 | ||
| 988 | 18년 전 | 2883 | ||
| 987 | 18년 전 | 5216 | ||
| 986 |
|
18년 전 | 2491 | |
| 985 |
|
18년 전 | 3341 | |
| 984 | 18년 전 | 4276 | ||
| 983 |
느낌좋은날
|
19년 전 | 2500 | |
| 982 | 19년 전 | 2464 | ||
| 981 | 19년 전 | 4040 | ||
| 980 | 19년 전 | 2748 | ||
| 979 |
Sinpre
|
19년 전 | 2989 | |
| 978 | 19년 전 | 2207 | ||
| 977 | 19년 전 | 2220 | ||
| 976 | 19년 전 | 1990 | ||
| 975 | 19년 전 | 3273 | ||
| 974 | 19년 전 | 2106 | ||
| 973 |
|
19년 전 | 2784 | |
| 972 |
|
19년 전 | 1743 | |
| 971 | 19년 전 | 5316 | ||
| 970 | 19년 전 | 3573 | ||
| 969 | 19년 전 | 4322 | ||
| 968 | 19년 전 | 3066 | ||
| 967 | 19년 전 | 2523 | ||
| 966 | 19년 전 | 3921 | ||
| 965 | 19년 전 | 2649 | ||
| 964 | 19년 전 | 2992 | ||
| 963 | 19년 전 | 2959 | ||
| 962 | 19년 전 | 4175 | ||
| 961 | 19년 전 | 3127 | ||
| 960 | 19년 전 | 3021 | ||
| 959 | 19년 전 | 3672 | ||
| 958 | 19년 전 | 2974 | ||
| 957 | 19년 전 | 2190 | ||
| 956 | 19년 전 | 2223 | ||
| 955 | 19년 전 | 2175 | ||
| 954 | 19년 전 | 2766 | ||
| 953 | 19년 전 | 2477 | ||
| 952 | 19년 전 | 3344 | ||
| 951 | 19년 전 | 3202 | ||
| 950 | 19년 전 | 1826 | ||
| 949 | 19년 전 | 2740 | ||
| 948 | 19년 전 | 7824 | ||
| 947 |
|
19년 전 | 2502 | |
| 946 |
DeepnBlue
|
19년 전 | 3105 | |
| 945 |
pearly
|
19년 전 | 2873 | |
| 944 | 19년 전 | 3024 | ||
| 943 |
|
19년 전 | 2227 | |
| 942 | 19년 전 | 2452 | ||
| 941 |
|
19년 전 | 4073 | |
| 940 | 19년 전 | 2233 | ||
| 939 |
|
19년 전 | 4220 | |
| 938 |
|
19년 전 | 2383 | |
| 937 | 19년 전 | 2075 | ||
| 936 |
|
19년 전 | 2329 | |
| 935 | 19년 전 | 1872 | ||
| 934 |
|
19년 전 | 2408 | |
| 933 | 19년 전 | 2199 | ||
| 932 |
|
19년 전 | 3067 | |
| 931 | 19년 전 | 1855 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기