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
cmake, then make in the builddir builds the library.
sudo make install works
BROKEN: make check-testsuite, make check-examples, make check-benchmarks, or the makes for documentation
It simply says there's no target for any of those things. I can see the Testing subdirectory in my builddir, but there's no target in the Makefile for any of that stuff. Have the instructions changed?
The text was updated successfully, but these errors were encountered:
I downloaded the latest Blitz in .zip form from Github. I used the instructions found here: https://github.com/blitzpp/blitz/blob/master/INSTALL
cmake, then make in the builddir builds the library.
sudo make install works
BROKEN: make check-testsuite, make check-examples, make check-benchmarks, or the makes for documentation
It simply says there's no target for any of those things. I can see the Testing subdirectory in my builddir, but there's no target in the Makefile for any of that stuff. Have the instructions changed?
The text was updated successfully, but these errors were encountered: