Skip to content

BUILDING.md says "make install --prefix=..." but that doesn't work #30477

Description

@cakoose

MacOS 10.14.6
GNU Make 3.81

BUILDING.md says:

make install --prefix=/opt/node-debug/

That resulted in an error:

/Applications/Xcode.app/Contents/Developer/usr/bin/make: unrecognized option `--prefix=/opt/node-debug/'
Usage: make [options] [target] ...
...

What did work for me:

./configure --prefix=...
make install

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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