Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-07 00:08:44 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-11-07 00:08:44 +0300
commitce75f03eef536dab71dce8ea7bed24f69e26e11b (patch)
treec5b654b5bc4a5525904f490086fd6bffb23c3bed /release_notes.md
parent16c49eeb473fca306a00cc057a62745e96203f91 (diff)
Add dedicated build page, hopefully help solving issues #13 and #14.
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md36
1 files changed, 4 insertions, 32 deletions
diff --git a/release_notes.md b/release_notes.md
index dfa89669..cc6c9e8c 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -49,42 +49,14 @@ Examples of use:
</tr>
</table>
-These compilers and OS are regularly tested:
-- GCC 7.0 (Linux 4,x x64)
-- clang 4.0 (Linux 4.x x64)
-- clang 5.0 (OS X 10.12 x64)
-- Visual Studio 2017 (Windows 10 x64)
-
-Other compilers, architectures and OSs may work, but are not tested regularly. You will need a Filesystem TS
-implementation in your STL and C++ 14. See https://github.com/ned14/llfio/blob/master/programs/fs-probe/fs_probe_results.yaml
+See https://github.com/ned14/llfio/blob/master/programs/fs-probe/fs_probe_results.yaml
for a database of latencies for various previously tested OS, filing systems and storage devices.
Todo list for already implemented parts: https://ned14.github.io/llfio/todo.html
-LLFIO defaults to header only library configuration, so you don't actually need any of the prebuilt
-binaries above. It is however faster to build if you do. In this situation, define `LLFIO_HEADERS_ONLY=0`,
-and choose one of `LLFIO_DYN_LINK` or `LLFIO_STATIC_LINK` depending on whether you are using the
-prebuilt shared or static libraries respectively.
-
-To build and test (make, ninja etc):
-
-~~~
-mkdir build
-cd build
-cmake ..
-cmake --build .
-ctest -R llfio_sl
-~~~
-
-To build and test (Visual Studio, XCode etc):
-
-~~~
-mkdir build
-cd build
-cmake ..
-cmake --build . --config Release
-ctest -C Release -R llfio_sl
-~~~
+<p>&nbsp;</p>
+<center><span style="font-size: large; text-decoration: underline;">[Build instructions can found here](Build.md)</span></center>
+<p>&nbsp;</p>
## v2 architecture and design implemented: