Skip to content

Please add to README how to build additional packaged like dune-configurator #4880

@yurivict

Description

@yurivict

README says:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

But for many projects dune needs to be built with other packages.

Arch linux builds like this:

make dune.exe
./dune.exe build -p 'dune,dune-action-plugin,dune-build-info,dune-configurator,dune-glob,dune-private-libs,dune-site' --profile dune-bootstrap

Is this correct? Is the list of packages complete?

See the Arch package here: https://github.com/archlinux/svntogit-community/blob/packages/dune/trunk/PKGBUILD

Why are these additional packages bundled with dune? Shouldn't they be separate packages?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions