Update README.md
This commit is contained in:
parent
b5ec7c4702
commit
f02785c5a2
12
README.md
12
README.md
@ -3,6 +3,18 @@ Calamares
|
|||||||
|
|
||||||
Distribution-independent installer framework
|
Distribution-independent installer framework
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
* CMake >= 2.8.12
|
||||||
|
* Qt >= 5.3
|
||||||
|
|
||||||
|
### Building
|
||||||
|
```
|
||||||
|
$ mkdir build
|
||||||
|
$ cd build
|
||||||
|
$ cmake ..
|
||||||
|
$ make
|
||||||
|
```
|
||||||
|
|
||||||
### Design notes
|
### Design notes
|
||||||
* Backend
|
* Backend
|
||||||
* lib should only depend on QtCore >=5.3, possibly boost::python
|
* lib should only depend on QtCore >=5.3, possibly boost::python
|
||||||
|
Loading…
Reference in New Issue
Block a user