ZFFramework
Loading...
Searching...
No Matches
Setup

Quick setup

it's recommended to use zfproj_creator.sh for quick setup

the tools would help you create all necessary project files for you, however, you still need to setup proper IDE and system settings manually, see each platform spec for more info

after setup, simply add your own cpp files to zfsrc dir, they would be compiled automatically for all projects

Supported IDE

ZFFramework itself is portable on most of platform, however, the project files created by zfproj_creator.sh are currently tested only in these platforms:

  • Android : Android Studio
  • iOS : XCode
  • Qt (Windows) : QtCreator
  • Qt (MacOS) : QtCreator
  • Qt (Ubuntu) : QtCreator

Manually setup