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:
Diffstat (limited to 'Build.md')
-rw-r--r--Build.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/Build.md b/Build.md
index bd9a3e27..2dbf50c5 100644
--- a/Build.md
+++ b/Build.md
@@ -126,4 +126,10 @@ ctest -C Release -R llfio_dl
## Installing libraries from source
-Installing the libraries from CMake does not currently work right due to unfinished single header generation. It's a TODO/FIXME item.
+~~~
+mkdir build
+cd build
+cmake ..
+cmake --build . -- _dl _sl _hl
+cmake --build . --target install
+~~~