임베디드/Nano-X(microwindow)

libjpeg cross compile

shellbt 2011. 12. 29. 16:57
./configure --prefix=$(설치할 디렉토리) CC=$(CROSS)-gcc

make install 시에는 설치할 디렉토리에
bin, man 디렉토리가 존재하지 않으면 에러가 발생하므로 미리 만들어 두도록 한다.