polardbxengine/extra/duktape/duktape-2.3.0/config
dengwendi 1d6524707e INIT 2023-11-15 15:04:10 +08:00
..
architectures INIT 2023-11-15 15:04:10 +08:00
compilers INIT 2023-11-15 15:04:10 +08:00
config-options INIT 2023-11-15 15:04:10 +08:00
examples INIT 2023-11-15 15:04:10 +08:00
feature-options INIT 2023-11-15 15:04:10 +08:00
header-snippets INIT 2023-11-15 15:04:10 +08:00
helper-snippets INIT 2023-11-15 15:04:10 +08:00
other-defines INIT 2023-11-15 15:04:10 +08:00
platforms INIT 2023-11-15 15:04:10 +08:00
README.rst INIT 2023-11-15 15:04:10 +08:00
architectures.yaml INIT 2023-11-15 15:04:10 +08:00
compilers.yaml INIT 2023-11-15 15:04:10 +08:00
platforms.yaml INIT 2023-11-15 15:04:10 +08:00
tags.yaml INIT 2023-11-15 15:04:10 +08:00

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.