Skip to content

Build instructions / rough edges #6

@mxmilkiib

Description

@mxmilkiib

Can I request some advice on the correct process for building?

At first I get:

if [ `hostname` == sparkle ] ; then ./unix/pcons-2.3.1 -j4 -- novm noso ; else ./unix/cons ; fi
/bin/sh: ./unix/cons: Permission denied
make: *** [Makefile:3: all] Error 126

I guess I have to chmod +x code/unix/cons. This could be set in the repo to avoid the user having to do that.

After that make returns:

if [ `hostname` == sparkle ] ; then ./unix/pcons-2.3.1 -j4 -- novm noso ; else ./unix/cons ; fi
/usr/bin/env: ‘perl\r’: No such file or directory
make: *** [Makefile:3: all] Error 127

I'm also guessing that the hostname == sparkle part is legacy and could be dropped?

I'd like to get this in the AUR for easy build and install.

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