-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels