]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Moved to contrib 551/head
authorDima Krasner <dima@dimakrasner.com>
Sat, 18 Feb 2017 21:30:57 +0000 (23:30 +0200)
committerDima Krasner <dima@dimakrasner.com>
Sat, 18 Feb 2017 21:30:57 +0000 (23:30 +0200)
README.md
build/README.md
contrib/meson/README [new file with mode: 0644]
contrib/meson/meson.build [moved from build/meson/meson.build with 100% similarity]
contrib/meson/meson_options.txt [moved from build/meson/meson_options.txt with 100% similarity]

index 7782972db9463123bacf40a0df50ec89be784c8a..229571b3e68fb2248f7cf25782eed6939b2ff7db 100644 (file)
--- 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)
 
index ca88e5cfdb40928776ab93dcbb44a4d200dca9ec..c4abe9efd481dbcad6ae66d9f65f5e20a22a92d9 100644 (file)
@@ -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 (file)
index 0000000..0b5331e
--- /dev/null
@@ -0,0 +1,3 @@
+This Meson project is provided with no guarantee and maintained by Dima Krasner <dima@dimakrasner.com>.
+
+It outputs one libzstd, either shared or static, depending on default_library.