$ cd /tmp
$ git clone https://github.com/Murmele/Gittyup
$ cd Gittyup
$ git submodule init
$ git submodule update
$ cd dep/openssl/openssl
$ ./config -fPIC
As a side note, listing the git clone and cd commands in the build instructions would be helpful. Moreover, why not include a shell script that performs the build? Such as:
$ cd /tmp
$ wget https://github.com/Murmele/Gittyup/src/scripts/build.sh
$ sh ./build.sh
Replicate
As a side note, listing the
git clone
andcd
commands in the build instructions would be helpful. Moreover, why not include a shell script that performs the build? Such as:Expected Configuration succeeds.
Actual Configuration fails.
Running
./config
displays the same message.System