02-05-2016, 07:11 PM
Strange, my last reply doesn't seem to be copied with the forum move.
Anyways I use the compile script mentioned in the README.md on Github, the one using wget. I do however believe the same thing happens by directly pulling the source from Github and running compile.sh from there.
Output of your command @LogicParrot:
As expected basically...
Anyways I use the compile script mentioned in the README.md on Github, the one using wget. I do however believe the same thing happens by directly pulling the source from Github and running compile.sh from there.
Output of your command @LogicParrot:
Code:
$ make --help || echo "Hello world"
usage: make [-BeikNnqrstWwX]
[-C directory] [-D variable] [-d flags] [-f makefile]
[-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
[-V variable] [variable=value] [target ...]
Hello world
As expected basically...