Commit Graph

33 Commits

Author SHA1 Message Date
Bernd Schubert
425f52a1f5 Add final "meson setup --reconfigure" to README.md
This reconfigure is recommended to ensure the build system
(ninja/cmake/...) get the updated meson config. They
typically do, but it depends on file time stamps - is
a potential random error source.
2024-03-20 12:59:59 +01:00
Nikolaus Rath
0d830af6b8 Don't attempt to put signify signature into gz header
This is currently buggy, cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042837
2023-08-08 11:11:55 +01:00
Nikolaus Rath
d888c30597 Use signify to sign releases. 2023-07-05 11:25:27 +01:00
Matthias Goergens
ed9be12837 Fix meson deprecation warning
When running `meson ..` I get:

```
WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
```

So let's fix this in the docs.
2023-03-29 09:17:05 +01:00
John Baber-Lucero
e6df67cf1f
Fix a few typos in README.md. (#579)
* Fix a few typos in README.md.

* Change recommendation to mandate for meson and ninja

Co-authored-by: John Baber-Lucero <git@frundle.com>
2021-01-12 10:41:35 +00:00
Nikolaus Rath
4e271a91a3 Remove pointer to professional consulting offers
I do not want to offer this actively anymore.
2020-08-10 19:39:27 +01:00
winndows
717c8b8b3e
README: Correct the directory name from 'examples' to 'example' (#526)
Correct the directory name from 'examples' to 'example' in readme.

Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn>

Co-authored-by: Liao Pingfang <liao.pingfang@zte.com.cn>
2020-07-03 12:29:48 +01:00
Craig Chi
032db1ab29
docs: Replace mesonconf with meson configure (#528)
Fixes #527
2020-07-03 12:28:05 +01:00
Emily Herbert
74596e2929 Update README.md (#465) 2019-10-24 14:46:19 -07:00
Nikolaus Rath
d45fec1451 Added information about development status. 2019-04-30 06:03:48 -07:00
Nikolaus Rath
e469e1f8d1 Bump minimum Meson version
According to user reports (https://github.com/libfuse/libfuse/pull/300),
we need at least version 0.42.
2018-10-16 06:06:19 -07:00
divinity76
f7c8b31a36 fix "Rath Consulting" link (#225) 2017-11-27 19:53:09 +00:00
Nikolaus Rath
f335221e8e Updated professional support information. 2017-11-13 20:10:13 +00:00
Nikolaus Rath
d41f62ccbc Use "mkdir" instead of "md" in instructions.
Fixes: #205.
2017-09-12 14:01:04 +01:00
Nikolaus Rath
30ead3a5cf Dropped support for building with autotools
It's just too much pain to keep it working.
2017-08-24 20:50:44 +02:00
Nikolaus Rath
a8034761c4 Added information about professional support. 2017-07-06 12:40:31 +02:00
Nikolaus Rath
8d6b7584e4 Describe supported platforms. 2017-06-06 09:31:50 -04:00
Nikolaus Rath
e372d610ba Remove 'tests' target in favor of calling py.test directly.
Together with the previous commit, this fixes #156.
2017-04-10 17:08:58 -07:00
Nikolaus Rath
3e14366834 Build tests by default. 2017-04-10 16:57:32 -07:00
Nikolaus Rath
13df952682 Document minimum required Meson version.
Fixes #138.
2017-03-15 16:13:39 -07:00
Nikolaus Rath
9f96db7125 Added experimental support for building with Meson+Ninja 2017-01-12 15:19:04 -08:00
Nikolaus Rath
9e3147feab Rephrased security information
The permission caching bug has been present forever, is presumably
going to stay around for a while, and is of less concern if
allow_other is not used. Since allow_other is disabled by default, I
think we can safely make this warning less prominent and document the
problem when we describe allow_other.

Also, drop the travis build status. It's confusing when reading
README.md after extracting the tarball, and I am not sure who benefits
from the build status when it is shown on GitHub either.
2017-01-12 10:34:54 -08:00
Arunav Sanyal
0d3a165897 Adding the markdown for travis CI build. 2016-12-11 08:19:40 -08:00
Przemysław Pawełczyk
dfbfee07ab Rename more things from fuse to fuse3 2016-11-28 21:33:14 -08:00
Nikolaus Rath
1c08ee91f6 Various documentation updates
Move README.NFS into doc/
Update project URL
Remove reference to non-existent INSTALL file
Remove outdated/obsolete NEWS and how-fuse-works files.
Update references to examples.
2016-10-16 15:12:29 -07:00
Nikolaus Rath
59e58de40c Added basic unit tests.
Fixes issue #33.
2016-03-29 16:06:29 -07:00
Nikolaus Rath
b3b452ed7e Improve description of issue #15. 2016-03-01 09:51:18 -08:00
Nikolaus Rath
c41b1a5e7e Fix description of bug #15. 2016-02-02 08:59:23 -08:00
Nikolaus Rath
43138fbe90 Document bug #15. 2016-02-01 09:08:26 -08:00
Nikolaus Rath
a1e8fc90ba Include documentation in tarball. 2016-01-28 18:01:48 -08:00
Nikolaus Rath
19a7651f35 Remove "credits" section, we now have an AUTHORS file. 2016-01-28 16:39:02 -08:00
Nikolaus Rath
579c3b03f5 Updated homepage URL and added download location. 2015-12-21 19:17:47 -08:00
Nikolaus Rath
dfbfd139ac Migrated README to README.md for Markdown rendering on GitHub. 2015-12-20 14:30:02 -08:00