From: Dima Krasner Date: Sat, 18 Feb 2017 21:30:57 +0000 (+0200) Subject: Moved to contrib X-Git-Tag: v1.1.4~1^2~58^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F551%2Fhead;p=thirdparty%2Fzstd.git Moved to contrib --- diff --git a/README.md b/README.md index 7782972db..229571b3e 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ to create `zstd` binary, and `libzstd` dynamic and static libraries. #### Meson -A Meson project is provided within `build/meson`. +A Meson project is provided within `contrib/meson`. #### Visual (Windows) diff --git a/build/README.md b/build/README.md index ca88e5cfd..c4abe9efd 100644 --- a/build/README.md +++ b/build/README.md @@ -5,7 +5,6 @@ Projects for various integrated development environments (IDE) The following projects are included with the zstd distribution: - `cmake` - CMake project contributed by Artyom Dymchenko -- `meson` - Meson project contributed by Dima Krasner - `VS2005` - Visual Studio 2005 project - `VS2008` - Visual Studio 2008 project - `VS2010` - Visual Studio 2010 project (which also works well with Visual Studio 2012, 2013, 2015) diff --git a/contrib/meson/README b/contrib/meson/README new file mode 100644 index 000000000..0b5331e6d --- /dev/null +++ b/contrib/meson/README @@ -0,0 +1,3 @@ +This Meson project is provided with no guarantee and maintained by Dima Krasner . + +It outputs one libzstd, either shared or static, depending on default_library. diff --git a/build/meson/meson.build b/contrib/meson/meson.build similarity index 100% rename from build/meson/meson.build rename to contrib/meson/meson.build diff --git a/build/meson/meson_options.txt b/contrib/meson/meson_options.txt similarity index 100% rename from build/meson/meson_options.txt rename to contrib/meson/meson_options.txt