Skip to content

Make install needs Sudo #417

@y-vectorfield

Description

@y-vectorfield

When we installed this using Homebrew, the warning of the same name as core formulae occurred.
Hence, make install is essential for us.
However, this process needs to run with sudo.
Therefore, the correct explanation in the README seems to be as follows:

git clone https://github.com/XcodesOrg/xcodes
cd xcodes
- make install
+ sudo make install
# or, if /usr/local/ isn't in your PATH
- PREFIX=/your/install/directory make install
+ PREFIX=/your/install/directory sudo -E make install

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