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.
 
 
 
 
 
 
Rick Sayre 5cdb6f9025 Change header used for byteorder detection for modern Solaris 5 years ago
..
architectures Add RISC-V architecture detection 5 years ago
compilers Use helper for FP comparisons, use -Wfloat-equal 5 years ago
config-options Add minimum size check for abandoning array 5 years ago
examples Add minimum size check for abandoning array 5 years ago
feature-options Resolve FIXMEs in config-options, other cleanups 5 years ago
header-snippets Add DUK_WO_UNREACHABLE() 5 years ago
helper-snippets Add RISC-V architecture detection 5 years ago
platforms Change header used for byteorder detection for modern Solaris 5 years ago
README.rst Internal doc changes for DUK_OPT_xxx removal 8 years ago
architectures.yaml Add RISC-V architecture detection 5 years ago
compilers.yaml Config metadata and snippet improvements 9 years ago
platforms.yaml Update platforms.yaml 6 years ago
tags.yaml Changes to compile CBOR extra as built-in 5 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.