Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:fuse-ts [2020/12/23 18:23] – [compile on ubuntu 20.04] derpeterprojects:fuse-ts [2025/06/27 14:40] (current) martin
Line 10: Line 10:
 ---- ----
  
-== compile on ubuntu 20.04+== install dependencies  
 +ubuntu 20.04
 <code> <code>
 sudo apt install libmxml-dev, libfuse-dev sudo apt install libmxml-dev, libfuse-dev
 +</code>
 +fedora 40
 +<code>
 +sudo dnf install mxml-devel fuse-devel
 +</code>
 +
 +== compile
 +<code>
 git clone https://github.com/a-tze/fuse-ts.git git clone https://github.com/a-tze/fuse-ts.git
-uncomment the 'user_allow_other' option in /etc/fuse.conf+cd fuse-ts 
 +make
 </code> </code>
 +
 +link the binary to your preferred bin location
 +
 +uncomment the 'user_allow_other' option in /etc/fuse.conf
 +
 +
 == test fuse without a tracker worker == test fuse without a tracker worker
  
  • projects/fuse-ts.1608744221.txt.gz
  • Last modified: 2020/12/23 18:23
  • by derpeter