mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
liuxiang
1dcb1c2342
|
10 months ago | |
---|---|---|
.. | ||
architectures | 10 months ago | |
compilers | 3 years ago | |
config-options | 3 years ago | |
examples | 3 years ago | |
feature-options | 5 years ago | |
header-snippets | 3 years ago | |
helper-snippets | 10 months ago | |
platforms | 3 years ago | |
README.rst | 8 years ago | |
architectures.yaml | 10 months ago | |
compilers.yaml | 9 years ago | |
platforms.yaml | 3 years ago | |
tags.yaml | 4 years ago |
README.rst
=================
Duktape genconfig
=================
``genconfig`` is a helper script for coming up with a ``duk_config.h`` for
compiling Duktape for your platform.
To support this:
* It helps to create a ``duk_config.h`` for your platform/compiler
combination. You can give a base configuration and then force certain
values manually based on a YAML configuration file.
* It autogenerates documentation for config options based on option metadata
files written in YAML.
NOTE: ``tools/configure.py`` is now the preferred tool for preparing a config
header (using genconfig.py) and Duktape source files (using other tools) for
build.