Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunxfancy/whefs
Automatically exported from code.google.com/p/whefs
https://github.com/sunxfancy/whefs
Last synced: about 21 hours ago
JSON representation
Automatically exported from code.google.com/p/whefs
- Host: GitHub
- URL: https://github.com/sunxfancy/whefs
- Owner: sunxfancy
- License: other
- Created: 2016-01-17T01:41:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T01:44:22.000Z (almost 9 years ago)
- Last Synced: 2023-08-08T03:12:51.673Z (over 1 year ago)
- Language: C
- Size: 653 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is the README for the whefs library.
whefs is a C library implementing a virtual/embedded filesystem.
For more information, please see the home page:
http://code.google.com/p/whefs/
The current build tree requires GNU Make 3.81 or higher.
To build it, simply run:
make
The main source is in ./src and the test and tool binaries are in
./app.To install it:
- Copy (recursively) ./include/wh to a directory in your normal
INCLUDES path.- Copy app/whefs-* to a directory in your $PATH.
- Copy src/libwhefs.* to a directory in your $LD_LIBRARY_PATH (or
equivalent).