README updates

This commit is contained in:
Marcus Holland-Moritz 2021-04-01 01:19:38 +02:00
parent aebd325c68
commit c09891b34f

View File

@ -189,12 +189,6 @@ using:
$ cmake .. -DWITH_TESTS=1 $ cmake .. -DWITH_TESTS=1
$ make -j$(nproc) $ make -j$(nproc)
If possible, try building with clang as your compiler, this will
make DwarFS significantly faster. If you have both gcc and clang
installed, use:
$ CC=clang CXX=clang++ cmake .. -DWITH_TESTS=1
You can then run tests with: You can then run tests with:
$ make test $ make test
@ -233,9 +227,8 @@ what can currently be done with the interface.
## Usage ## Usage
Please check out the man pages for [mkdwarfs](doc/mkdwarfs.md), Please check out the man pages for [mkdwarfs](doc/mkdwarfs.md),
[dwarfs](doc/dwarfs.md) and [dwarfsextract](doc/dwarfsextract.md). [dwarfs](doc/dwarfs.md), [dwarfsck](doc/dwarfsck.md) and
`dwarfsck` will be built and installed as well, but it's still [dwarfsextract](doc/dwarfsextract.md).
work in progress.
The [dwarfs](doc/dwarfs.md) man page also shows an example for setting The [dwarfs](doc/dwarfs.md) man page also shows an example for setting
up DwarFS with [overlayfs](https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt) up DwarFS with [overlayfs](https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txt)