You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks,
you can run the ./utility/install-oatpp-modules.sh script with the bash shell (at least on Debian). The default sh shell in Debian is not working.
bash ./utility/install-oatpp-modules.sh
So, shall we switch from
#!/bin/sh
to
#!/bin/bash
or shall we update the README.md files to remind people to chose the corresponding shell on the development host?
Hi folks,
Thank you so much for providing and maintaining this repository.
I installed
libressl
according to the README.md. That worked out I guess.According to the README.md I am installing required modules. That results in syntax errors. Please see yourself.
I appreciate any clue on this matter. Cheers!
The text was updated successfully, but these errors were encountered: