| File | Date | Author | Commit |
|---|---|---|---|
| src | 2018-07-09 |
|
[fd2089] Use curl_multi with pipelining |
| .gitignore | 2016-03-27 |
|
[438851] initial commit |
| README.md | 2024-09-23 |
|
[aa2bda] Update URL in README from http to https |
Mount terrasync scenery as a file system.
terrafs -oserver=https://flightgear.sourceforge.net/scenery /path/to/my/scenery
fgfs --fg-scenery=/path/to/my/scenery
fusermount -u /path/to/my/scenery
Prerequisites
You need libcurl and fuse installed along with their devel packages (header files)
There is no make script (yet) but it's easy:
g++ -std=c++0x -c ../src/terrafs.cpp
g++ -o terrafs terrafs.o -lfuse -lcurl