-
Notifications
You must be signed in to change notification settings - Fork 61
Description
I am trying to install Bpipe version 0.9.11 from gitihub source code set up on M1 Mac. I am getting this error as configure file is not found in the folder.
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./configure
-bash: ./configure: No such file or directory
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./bpipe.config
-bash: ./bpipe.config: Permission denied
(base) MacBook-Pro:bpipe-0.9.11 2 $ chmod +x ./bpipe.config
(base) MacBook-Pro:bpipe-0.9.11 2 $ ./bpipe.config
./bpipe.config: line 4: tools: command not found
[main] unrecognized command '{'
./bpipe.config: line 7: probe: command not found
./bpipe.config: line 8: desc: command not found
link: =: No such file or directory
./bpipe.config: line 10: syntax error near unexpected token }' ./bpipe.config: line 10: }'
Is bpipe.config file same as configure file?
Please help to install bpipe.