mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
Update README
This commit is contained in:
parent
0e120461c1
commit
277cb94894
@ -88,15 +88,19 @@ will be automatically resolved if you build with tests.
|
|||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
Firstly, either clone the repository:
|
Firstly, either clone the repository...
|
||||||
|
|
||||||
# git clone --recurse-submodules https://github.com/mhx/dwarfs
|
# git clone --recurse-submodules https://github.com/mhx/dwarfs
|
||||||
|
# cd dwarfs
|
||||||
|
|
||||||
|
...or unpack the release archive:
|
||||||
|
|
||||||
|
# tar xvf dwarfs-0.1.0.tar.bz2
|
||||||
|
# cd dwarfs-0.1.0
|
||||||
|
|
||||||
Once all dependencies have been installed, you can build DwarFS
|
Once all dependencies have been installed, you can build DwarFS
|
||||||
using:
|
using:
|
||||||
|
|
||||||
# git clone --recurse-submodules https://github.com/mhx/dwarfs
|
|
||||||
# mkdir build
|
# mkdir build
|
||||||
# cd build
|
# cd build
|
||||||
# cmake .. -DWITH_TESTS
|
# cmake .. -DWITH_TESTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user