Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| projects:fuse-ts [2017/04/28 21:58] – Created from the form at projects:project derpeter | projects:fuse-ts [2025/06/27 14:40] (current) – martin | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ---- dataentry project ---- | ---- dataentry project ---- | ||
| - | name : fuse-ts | + | name : fuse-ts |
| - | project-owner : atze | + | project-owner |
| - | git-url : @@git url@@ | + | git-url_url |
| - | project-description : This tool provides a FUSE based filesystems that enables you to virtually concatenate a sequence of files. | + | project-description : This tool provides a FUSE based filesystems that enables you to virtually concatenate a sequence of files. |
| - | project-owner : atze | + | project-member |
| - | project-member : @@project member@@ | + | project-status |
| - | project-status : in production | + | |
| ---- | ---- | ||
| + | |||
| + | == install dependencies | ||
| + | ubuntu 20.04 | ||
| + | < | ||
| + | sudo apt install libmxml-dev, | ||
| + | </ | ||
| + | fedora 40 | ||
| + | < | ||
| + | sudo dnf install mxml-devel fuse-devel | ||
| + | </ | ||
| + | |||
| + | == compile | ||
| + | < | ||
| + | git clone https:// | ||
| + | cd fuse-ts | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | link the binary to your preferred bin location | ||
| + | |||
| + | uncomment the ' | ||
| + | |||
| + | |||
| + | == test fuse without a tracker worker | ||
| + | |||
| + | < | ||
| + | fuse-ts p=" | ||
| + | </ | ||