To build using CLion, simply run the CLion IDE and use the File Open item to open the directory of the openfiles repository. Once opened, it will automatically generate the necessary makefiles for your platform. Then using the Build Project menu item will generate all targets.
To build first you will need to generate the necessary makefiles. This can be done by running a command shell and issuing the following command:
make linux-smb-client-config
Then you can build the product by issuing:
make linux-smb-client-build
To install, simply issue the following command. You will need to have your user configured as an sudoer.
make linux-smb-client-install
The following static and shared libraries will be installed in /usr/local/lib64/: