ZFFramework
Loading...
Searching...
No Matches
FAQ
  • Q: why it takes so long to build
    A: may be:

    • we need to git clone some repos to build the project, which may cost much time according to your network
    • the C++ itself takes long time to compile

    once you successfully build the library, it should be faster for the second time

  • Q: compile error
    A: try running zfcleanup.sh/zfcleanup.bat and build again
    if error still occurred:
    1. try running "~/zfsetup.sh" to check whether it setup properly
    2. try running proper release script under "~/tools/release", and check the error message
  • Q: no semantic completion in lua
    A: unfortunately, there is no suitable IDE to complete cpp contents in lua files, it's recommended to setup keyword completion by using ZFDynamic::exportTag, and you may consider manually append some extra contents to match Exuberant Ctags format (http://ctags.sourceforge.net/FORMAT)
    ClassData dummy /^.$/;" language:lua
    with the tag file, you may use it in vim or other editor envs to supply keyword completion