The easiest way is to build it in-place, meaning that the build (binary files) are located under root. To do so, make a new directory named build mkdir build All build files will be generated and placed under
After you completed the installation steps, you can build the canoe library. The easiest way is to build it in-place, meaning that the build (binary files) are located underroot. To do so, make a new directory namedbuild mkdir build ...