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
in the <install_dir> folder, i get an error as the bin sub-folder does not exist.
I solved the issue by manually creating the bin folder before running the make command:
$ mkdir bin
$ make
but maybe the makefile could be improved to build the bin folder automatically.
The text was updated successfully, but these errors were encountered:
If I run
$ make
in the <install_dir> folder, i get an error as the bin sub-folder does not exist.
I solved the issue by manually creating the bin folder before running the make command:
$ mkdir bin
$ make
but maybe the makefile could be improved to build the bin folder automatically.
The text was updated successfully, but these errors were encountered: