mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Update README.md
This commit is contained in:
parent
2a14174095
commit
cff7fbef1f
1 changed files with 2 additions and 1 deletions
|
@ -14,12 +14,13 @@
|
||||||
| Boost.Python >= 1.55.0 | ki18n (part of KF5) |
|
| Boost.Python >= 1.55.0 | ki18n (part of KF5) |
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
Clone Calamares from GitHub and `cd` into the calamares directory, then:
|
||||||
```
|
```
|
||||||
$ git submodule init
|
$ git submodule init
|
||||||
$ git submodule update
|
$ git submodule update
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cd build
|
$ cd build
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=Debug ..
|
$ cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_PARTITIONMANAGER=1 ..
|
||||||
$ make
|
$ make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue