Closed RufusJWB closed 1 year ago
Thank you for suggesting this change.
Yet using this would go wrong when using CMake,
and in my view this is no needed because of the following hint given earlier in the README.md
file:
For backward compatibility it is also possible to use instead of CMake pre-defined
Makefile_v1
; to this end symlink it toMakefile
:
ln -s Makefile_v1 Makefile
or use for instance
make -f Makefile_v1
.
So in your case I suggest using
ln -s Makefile_v1 Makefile
Motivation
The command given in the README file doesn't work (at least on Ubuntu in WSL)
Proposed Changes
see single line change
Test Plan
n/a