Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

zhongfq/lua-clang

Repository files navigation

lua-clang

Linux Build Status Windows Build Status Macos Build Status

build clang for lua

how to use

  • install cmake and python

  • clone lua-clang

    git clone https://github.com/zhongfq/lua-clang.git
    cd lua-clang
    git submodule init
    git submodule update
  • build on windows cmd, mac or linux terminal:

    mkdir build && cd build
    cmake ../.. -DCMAKE_BUILD_TYPE=Release
    cmake --build . --config Release --target luaclang53
  • you also can build lua:

    cmake --build . --config release --target lua53
    cmake --build . --config release --target luac53
    cmake --build . --config release --target liblua53

how to use clang see cocos-lua bindings geneator.

About

Build dynamic clang library for lua

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /