Cross-platform C SDK logo

Cross-platform C SDK

Download



1. Download SDK

1
git clone --depth 1 https://github.com/frang75/nappgui_src.git

2. Run applications on macOS

You may not be able to run applications on newer macOS systems due to Apple's protection system (Figure 1). To disable this protection, open the Terminal and type:

1
sudo spctl --master-disable
MacOS message when trying to run a third-party app. MacOS message before opening a third-party app.
Figure 1: Messages before and after disabling Apple protection.