Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ayush-usf/3083593a82832b550d7e3adcf87c419f to your computer and use it in GitHub Desktop.
Save ayush-usf/3083593a82832b550d7e3adcf87c419f to your computer and use it in GitHub Desktop.
Compile nfs-ganesha under Ubuntu-16.04
# Refer: https://www.techsutram.com/2017/07/practical-way-to-build-nfs-ganesh-from.html
git clone https://github.com/nfs-ganesha/nfs-ganesha.git
cd nfs-ganesha
git submodule update --init --recursive
mkdir build
cd build
sudo apt-get install –y g++ libboost-dev cmake make git doxygen
sudo apt-get install –y build-essential libglu1-mesa-dev libc6-dev
sudo apt-get install –y libkrb5-dev libgss-dev liburcu-dev bison flex
cmake ../src
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment