This may be obvious, but in my sleep deprived state this morning I ran into several errors getting this installed on my fresh WSL/Ubuntu machine for testing. Skimming through the error dumps I was finally able to determine that make/g++ were not installed on this test box and was able to get things going.
Just wanted to drop a quick issue about possibly adding build-essential to the prerequisites list or mention it in the install section.
This may be obvious, but in my sleep deprived state this morning I ran into several errors getting this installed on my fresh WSL/Ubuntu machine for testing. Skimming through the error dumps I was finally able to determine that make/g++ were not installed on this test box and was able to get things going.
Just wanted to drop a quick issue about possibly adding
build-essentialto the prerequisites list or mention it in the install section.