Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updocumentation for compilation and install #173
Comments
Thanks for bringing that to my attention. That was changed recently and the documentation was not updated. I think the easiest way is to specify |
Also,
It's best not to do that, and instead add the installation directory/include to your include path, as well as the lib directory to your library search paths. |
thanks for the response, i think it works now.
this works except that it writes the full installation path into i see it installs .cmake files like /usr/lib/cmake/rpclib/rpclibTargets-noconfig.cmake, not sure if that is intended.
that's good advise, much easier to uninstall. |
Is it correct to assume that there is no Ubuntu package for rpclib? |
@MayaPosch yes. Although it is not hard to make one with CPack. But, in my opinion it is not very useful, unless it is included in Debian (but that wouldn't happen as it is due to the bundled deps). |
hi, i am trying to install rpclib, but got a bit lost.
the version i am trying to install is the git cloned version from the master branch.
i follow the guide and execute the build commands. the documentation says
i can find no directory named output.
the documentation also describes no procedure for installation or which files would need to be installed.
looking in the build directory, i guess i need to copy the .a file (i've only dealt with .so files in the past) and move the quite big (7.3MB) ../include/rpc directory to for example /usr/include, is that correct?
another thing is that the getting started page says
i use arch linux and there does not seem to be a package available. but out of curiosity i also searched the internet for "rpclib package" "ubuntu rpclib" "fedora rpclib" "debian rpclib" and find no reference to any package. just now i find some lonely .deb files under releases, but only for v1.0.0 preview. which makes me wonder if there actually are packages for the most popular systems.