Installation step 3

Hello Hello !
While installation, when I come to create a new directory where the binaries will be built, should I create it a new directory , then move to it , then executing: cmake … ?

You can follow the code example directly

Create a directory where the binaries will be built. The typical choice is a subfolder “build”. In this case, the commands are:

mkdir build
cd build
cmake ..

Do let us know if you run into any installation issues! And if you do please give us information such as what OS you’re on and all that

1 Like

I have worked with WSL. I made sure to follow the steps provided in the installation guide : " Installing OpenFHE on Linux" to ensure a successful outcome.To initiate the build and installation process , I executed "make " then "sudo make installation " in the directory build I have created. In fact admin rights are needed for installation. The build was successful and the installation was completed without any issues.

1 Like