You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After invoking CMake, cd to build folder and generate them with `cpack -G "DEB"` and `cpack -G "RPM"`.
68
79
You can then use `gdebi` to do a local install of .deb with automatic dependency resolution or `yum localinstall` on rpm distros. For dnf it's `dnf install <name>.rpm`.
69
80
70
-
Note that this is a "devel" package which also includes header files.
81
+
Note that this is a "development" package which also includes header files.
71
82
72
-
Library installs to `/usr/lib`, include files in `/usr/include/bncsutil`.
83
+
Library installs to `/usr/local/lib`, include files in `/usr/local/include/bncsutil`.
73
84
74
85
Packages are also available for download from github releases built on Debian Bookworm and Fedora latest.
86
+
87
+
# Development with CLion
88
+
1. Run conan from cli as per build instructions above
89
+
2. Open the project
90
+
3. Tools -> CMake -> Change Project Root -> build
91
+
4. Settings -> Build, Execution, Deployment -> CMake -> Add at least this cmake option: -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake
0 commit comments