Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aperezdc/9pfuse

FUSE-based 9P client from the Plan9 Port project, standalone version
https://github.com/aperezdc/9pfuse

Last synced: about 2 months ago
JSON representation

FUSE-based 9P client from the Plan9 Port project, standalone version

Awesome Lists containing this project

README

        

9pfuse
======

This is a standalone version of `9pfuse`, a FUSE client for the 9P protocol
as included in [Plan9 Port](http://swtch.com/plan9port). The source code has
been imported from the `src/cmd/9pfuse` directory of the repository, adding
the minimum set of needed sources from `src/lib9`, `src/libthread` and
`src/lib9pclient` directories to make it build correctly.

Building 9pfuse
---------------

As a bonus, [Meson](https://mesonbuild.com)-based build system tested to work
under recent GNU/Linux sustems has been included: just run the usual `meson
setup build && meson compile -Cbuild` incantation from the source directory.