> For the complete documentation index, see [llms.txt](https://docs.proudnet.com/proudnet.cn/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.cn/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***&#x932F;誤訊息，請檢查 <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.cn/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.cn/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.
