Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:fuse-ts [2020/12/23 17:23] – [compile on ubuntu 20.04] derpeter | projects:fuse-ts [2026/07/26 22:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = fuse-ts | + | # fuse-ts |
| ---- dataentry project ---- | ---- dataentry project ---- | ||
| Line 10: | Line 10: | ||
| ---- | ---- | ||
| - | == compile on ubuntu 20.04 | + | ## install dependencies |
| + | ubuntu 20.04 | ||
| < | < | ||
| sudo apt install libmxml-dev, | sudo apt install libmxml-dev, | ||
| + | </ | ||
| + | fedora 40 | ||
| + | < | ||
| + | sudo dnf install mxml-devel fuse-devel | ||
| + | </ | ||
| + | |||
| + | ## compile | ||
| + | < | ||
| git clone https:// | git clone https:// | ||
| - | uncomment the ' | + | cd fuse-ts |
| + | make | ||
| </ | </ | ||
| - | == test fuse without a tracker worker | + | |
| + | link the binary to your preferred bin location | ||
| + | |||
| + | uncomment the ' | ||
| + | |||
| + | |||
| + | ## test fuse without a tracker worker | ||
| < | < | ||
| fuse-ts p=" | fuse-ts p=" | ||
| </ | </ | ||