Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2017-08-24 | Dropped support for building with autotools | Nikolaus Rath | -11/+0 | |
It's just too much pain to keep it working. | ||||
2013-12-11 | "pkg-config fuse3 --libs" gives the wrong library name | Miklos Szeredi | -1/+1 | |
Reported-by: Michael j Theall | ||||
2013-07-25 | libfuse: fuse -> fuse3 | Miklos Szeredi | -0/+11 | |
Allow 2.X and 3.X to coexist. Includes are now stored under /usr/include/fuse3 and library is named libfuse3.*. Invoke pkg-config with "fuse3" as the first argument to build with version 3 of the library. |