> For the complete documentation index, see [llms.txt](https://docs.proudnet.com/proudnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proudnet.com/proudnet/proudnet/2.setting/linux.md).

# Linux

{% hint style="danger" %} <mark style="color:orange;">C++ 11</mark> 지원으로 <mark style="color:orange;">GCC 4.5</mark> 이상의 버전을 사용해 주세요.
{% endhint %}

<table><thead><tr><th width="193" align="center">사용 항목</th><th>위치</th></tr></thead><tbody><tr><td align="center">PNLicense</td><td>&#x3C;설치 폴더>/ProudNet/util/PNLicenseAuth</td></tr><tr><td align="center">라이브러리</td><td>&#x3C;설치 폴더>/ProudNet/lib/x86_x64-linux/</td></tr><tr><td align="center">예제 프로그램</td><td>&#x3C;설치 폴더>/ProudNet/Sample/</td></tr></tbody></table>

&#x20;Windows 상의 ProudNet을 설치 후 Linux 버전에 필요한 항목을 Linux 머신에 복사하여 사용합니다.

예제를 바로 빌드하기 위한 폴더 구성은 아래와 같습니다.

<figure><img src="/files/GBGAw9k8PVShEb9tfUga" alt=""><figcaption><p>MakeFile 수정 없이 예제를 바로 빌드하기 위한 폴더구성</p></figcaption></figure>

make 명령을 통해 예제를 빌드 할 수 있습니다.

<figure><img src="/files/1tJZVAowrF4PgvJJrzhF" alt=""><figcaption><p>make 옵션</p></figcaption></figure>

{% hint style="info" %}
***/usr/bin/ld: cannot find -lProudNet*** 오류 메시지가 나온다면 <mark style="color:orange;">ProudNet/lib/x86\_x64\_linux/Release/. ProudNet/lib/x86\_x64\_linux/Debug/</mark> 디렉토리에서 <mark style="color:orange;">libProudNet.a</mark> 파일이 있는지 확인 하세요.
{% endhint %}

<figure><img src="/files/485NnSHVg9hEx7btI9fg" alt=""><figcaption><p>make all 빌드</p></figcaption></figure>

<figure><img src="/files/rv4LtHCZCnJCeYY67lla" alt=""><figcaption><p>빌드 결과</p></figcaption></figure>

***

## :arrow\_left: [뒤로](https://docs.proudnet.com/proudnet/proudnet/2.setting/pages/YF7Z3CPCxDI0T1hoMsHR#2.-pidl)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.proudnet.com/proudnet/proudnet/2.setting/linux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
