Skip to content

"opam init" missing from install instructions #13

@salty-horse

Description

@salty-horse

I encountered the following issue when first compiling the project. I'm not sure how exhaustive the instructions are supposed to be, or should be.

After installing opam for the first time, opam install fails and instructs you to run opam init.

Perhaps this should be mentioned in build.md.
It might be worthwhile to also mention that opam init will modify your ~/.profile in order to add stuff to PATH and "upgrade" the shell with some other features.

This is required for make to work correctly, since it looks for ocamlfind.

I ended up moving the code it added from ~/.profile to ~/.bashrc, since I didn't want to start a new session.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions