Build process #18
-
The build process is not clear. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The build will be done via the CMake file. So, be sure first that you have already installed CMake (version 3.14 or higher) and one of GCC 11 or Clang 14 compiler on your Linux. Then you need to configure the compiler. So, open the terminal and use
and if you prefer Clang, run the following command on your terminal:
in which:
Then you need to compile the source via running |
Beta Was this translation helpful? Give feedback.
The build will be done via the CMake file. So, be sure first that you have already installed CMake (version 3.14 or higher) and one of GCC 11 or Clang 14 compiler on your Linux.
Then you need to configure the compiler. So, open the terminal and use
cd
to go to the repository clone directory and if you prefer to use GCC, run the following command on your terminal:and if you prefer Clang, run the following command on your terminal: