1. Home
  2. ›
  3. Browse
  4. ›
  5. libnfs

libnfs

v8.0.0#0Latest

Client library for accessing NFS shares over a network

Install

Run the following Vcpkg command to install the port.

vcpkg install libnfs

Usage

libnfs provides a CMake package:

find_package(libnfs CONFIG REQUIRED)
target_link_libraries(main PRIVATE libnfs::nfs)

Headers are available under the nfsc directory, for example:

#include <nfsc/libnfs.h>

Features

Dependencies

See source

Version

v8.0.0#0

Publication

Supports

All

Homepage

github.com/sahlberg/libnfs

Subtree

11ace808cc

License

LGPL-2.1-or-laterandBSD-2-ClauseandMIT

Definition

Manifest