주 메뉴 열기

wwiki β

바뀜

크로스컴파일

282 바이트 추가됨, 2019년 5월 26일 (일) 06:33
편집 요약 없음
exec pkg-config "$@"
</syntaxhighlight>
 
=빌드순서=
$ [[aclocal]]
$ autoheader
$ autoconf
$ automake --add-missing -copy
$ ./configure
$ make
$ make check
$ make install
 
흔히 configure 전까지의 과정을 묶어서 bootstrap 또는 autogen.sh 라는 script 로 만들어서 한꺼번에 실행시킨다.
편집
2,431