Skip to content

Instantly share code, notes, and snippets.

@daejungkim
Forked from lethee/pkg-config-guide.md
Created August 19, 2025 07:43
Show Gist options
  • Save daejungkim/b90a75816eaf6b8f6c94a7e7951cca43 to your computer and use it in GitHub Desktop.
Save daejungkim/b90a75816eaf6b8f6c94a7e7951cca43 to your computer and use it in GitHub Desktop.
Guide to pkg-config 한글 번역

Guide to pkg-config 한글 번역

Dan Nicholson

개요

본 문서는 개발자와 사용자 양쪽에서 pkg-config 툴을 사용하는데 있어 큰 그림을 제시하고자 합니다. 우선 pkg-config 툴이 내포하는 개념을 설명하고 프로젝트가 제공할 pkg-config 파일을 어떻게 작성하는지, 작성된 pkg-config 파일을 어떻게 프로젝트에 가져다 사용하는지 알아보겠습니다.

pkg-config에 대한 자세한 내용는 이곳 이나 pkg-config(1) man 페이지에서 볼 수 있습니다.

본 문서는 pkg-config 툴을 리눅스나 유닉스 계열의 운영체제에서 사용하는 것을 가정합니다. 다른 운영체제나 플랫폼에서는 사용법이 본 문서의 내용과 다를 수 있습니다.

왜죠?

.

개념

.

pkg-config 파일 작성

.

pkg-config 파일 사용

.

FAQ 퐈큐

.

Info

Dan Nocholson <dbn.lists (at) gmail (dot) com>

Copyright (C) 2010 Dan Nicholson

This docuemtn is licensed under GNU General Public License, Version 2 the or any last version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment