mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
README updates
This commit is contained in:
parent
aebd325c68
commit
c09891b34f
11
README.md
11
README.md
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user