Skip to content

Build Issues

Farid edited this page Mar 17, 2023 · 1 revision

During build of Slicer you may encounter build error regarding the rpc.h library and its dependencies.
Install rpc using:
sudo apt install libntirpc-dev
After the installation, you may have to create a symbolic link to the /usr/include/rpc folder using the post here. (note: you may need to create more symbolic links based on the compilation errors, but following the same instructions should resolve the build issue.)

Clone this wiki locally