LINUX.ORG.RU

История изменений

Исправление Deleted, (текущая версия) :

Да https://github.com/jorisvink/kore

If you would like to build a specific flavor, you can enable those by setting a shell environment variable before running make.

    TASKS=1 (compiles in task support)
    PGSQL=1 (compiles in pgsql support)
    DEBUG=1 (enables use of -d for debug)
    NOTLS=1 (compiles Kore without TLS)
    NOHTTP=1 (compiles Kore without HTTP support)
    NOOPT=1 (disable compiler optimizations)
    JSONRPC=1 (compiles in JSONRPC support)
    PYTHON=1 (compiles in the Python support)

Note that certain build flavors cannot be mixed together and you will just be met with compilation errors.

Исходная версия Deleted, :

Да

If you would like to build a specific flavor, you can enable those by setting a shell environment variable before running make.

    TASKS=1 (compiles in task support)
    PGSQL=1 (compiles in pgsql support)
    DEBUG=1 (enables use of -d for debug)
    NOTLS=1 (compiles Kore without TLS)
    NOHTTP=1 (compiles Kore without HTTP support)
    NOOPT=1 (disable compiler optimizations)
    JSONRPC=1 (compiles in JSONRPC support)
    PYTHON=1 (compiles in the Python support)

Note that certain build flavors cannot be mixed together and you will just be met with compilation errors.