Skip to content

How should the code generation be run locally? #165

Answered by nutti
JonathanPlasse asked this question in Q&A
Discussion options

You must be logged in to vote

@JonathanPlasse

There are 3 ways to generate modules.

  • Run src/gen.py
    • This does not include the patches and mod files. You can not generate complete modules by this method.
  • Run src/gen_module.sh
    • This script generates complete modules without packaging. I recommend you to use this script for the testing purpose.
  • Run tools/pip_package/build_pip_package.sh
    • This script generates complete modules with packaging.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JonathanPlasse
Comment options

Answer selected by JonathanPlasse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants