ProudNet.Eng
WebsiteProud ConsoleLanguage
  • 🌐ProudNet
    • ProudNet Introduction
    • Download and Install
      • How to verify your ProudNet license
      • AMI
    • Project Settings
      • C++
      • C#
      • Mac Xcode
      • Linux
      • Unity3D
        • iOS Build
      • Unreal Engine 4
      • Running the PIDL Compiler
    • Using ProudNet
      • Server and Client
        • Utilization of Server
        • Utilization of Client
      • RMI
        • Utilization of RMI
      • PIDL
        • Utilization of PIDL
      • Event handling
      • Communication messages
      • P2P Communication
        • Using P2P communication
    • Utilization of ProudNet
      • How to use
      • Tips for performance
    • Using DB in ProudNet
      • DB Cache System ver.2
        • DB Cache Theory and Understanding
        • Install DB Cache and Set Up Network
        • DB Cache Server and Client
        • DB Cache usage and application
          • Utilization of DB Cache
      • ADO API
      • ODBC API
    • ProudNet Utility
  • ProudNet Note
    • Technical Notes
      • Main Loop
      • Setting up a server firewall
      • Encryption and decryption
      • What to do in case of an error
      • List of error messages
      • Synchronizing Character Position
      • Client-Server Communication
      • MiniDump (Error Dump System)
      • [Version 1.6] Server-to-Server LAN Communicator
    • Glossary
    • Sample examples
  • 🌐Proud Service
    • Guide for Console
    • ProudChat
      • Download SDK
        • C++
        • C#
        • Unity3D
        • Unreal Engine 4
      • Features in Console
Powered by GitBook
On this page
  1. ProudNet
  2. Project Settings

Linux

Last updated 5 months ago

Please use GCC 4.5 or later versions for C++ 11 support.

Items to use
Location

PNLicense

<Installed folder>/ProudNet/util/PNLicenseAuth

Library

<Installed folder>/ProudNet/lib/x86_x64-linux/

Sample programs

<Installed folder>/ProudNet/Sample/

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.

You can build the example with the make command.

If an error message /usr/bin/ld: cannot find -lProudNet appears, check whether the libProudNet.a file exists in the ProudNet/lib/x86_x64_linux/Release/. ProudNet/lib/x86_x64_linux/Debug/ directory.


🌐
⬅️
Back
Organizing folders to build example right away without modifying the MakeFile
make option
make all build
Build results