# Linux

{% hint style="danger" %}
Please use <mark style="color:orange;">GCC 4.5</mark> or later versions for <mark style="color:orange;">C++ 11</mark> support.
{% endhint %}

<table><thead><tr><th width="193" align="center">Items to use</th><th>Location</th></tr></thead><tbody><tr><td align="center">PNLicense</td><td>&#x3C;Installed folder>/ProudNet/util/PNLicenseAuth</td></tr><tr><td align="center">Library</td><td>&#x3C;Installed folder>/ProudNet/lib/x86_x64-linux/</td></tr><tr><td align="center">Sample programs</td><td>&#x3C;Installed folder>/ProudNet/Sample/</td></tr></tbody></table>

After installing ProudNet on Windows, copy the items required for the Linux version to your Linux machine.

The folder structure to build an example right away is as follows.

<figure><img src="/files/GBGAw9k8PVShEb9tfUga" alt=""><figcaption><p>Organizing folders to build example right away without modifying the MakeFile</p></figcaption></figure>

You can build the example with the <mark style="color:orange;">make</mark> command.

<figure><img src="/files/1tJZVAowrF4PgvJJrzhF" alt=""><figcaption><p><strong>make</strong> option</p></figcaption></figure>

{% hint style="info" %}
If an error message ***/usr/bin/ld: cannot find -lProudNet*** appears,  \
check whether the <mark style="color:orange;">libProudNet.a</mark> file exists in the <mark style="color:orange;">ProudNet/lib/x86\_x64\_linux/Release/. ProudNet/lib/x86\_x64\_linux/Debug/</mark> directory.
{% endhint %}

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

<figure><img src="/files/rv4LtHCZCnJCeYY67lla" alt=""><figcaption><p>Build results</p></figcaption></figure>

***

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
