Free now2sdk Core is completely free — no license key required   See what's included →
SDK Modules Docs Release Notes Pricing GitHub
Get the SDK →

Linux Guide

To install and compile applications with the now2sdk framework on Linux (CachyOS recommended), follow this guide to set up your system requirements.


🛠️ System Prerequisites

Ensure you have the following installed on your Linux machine:


📦 Dynamic Linker Setup

To run compiled applications, make sure the dynamic linker can find libnow2sdk.so:

# Add library directory to LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/now2sdk/build

Or copy libnow2sdk.so directly into /usr/local/lib and run sudo ldconfig.