Skip to content

Explicitly state the dependencies on make and gcc #45

@LuisaAPF

Description

@LuisaAPF

Hi, when trying to compile the dependencies on a scenic project, I got the following error: could not compile dependency :scenic, "mix compile" failed. You can recompile this dependency with "mix deps.compile scenic", update it with "mix deps.update scenic" or clean it with "mix deps.clean scenic" ** (Mix) "make" not found in the path. If you have set the MAKE environment variable, please make sure it is correct.

I found out later that I needed to have make and gcc installed, which I didn't have on my Ubuntu 18.04. Although the error message gives a hint to the solution, it is not very explicit. So I would like to suggest explicitly adding these dependencies to the README.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions