mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -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
|
||||
|
||||
Firstly, either clone the repository:
|
||||
Firstly, either clone the repository...
|
||||
|
||||
# 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
|
||||
using:
|
||||
|
||||
# git clone --recurse-submodules https://github.com/mhx/dwarfs
|
||||
# mkdir build
|
||||
# cd build
|
||||
# cmake .. -DWITH_TESTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user