Update the README
This commit is contained in:
parent
c95519830d
commit
7617e6a002
|
@ -11,11 +11,11 @@ Runtime dependencies:
|
||||||
|
|
||||||
- GTK+ >= 2.12
|
- GTK+ >= 2.12
|
||||||
- json-glib >= 0.10.4
|
- json-glib >= 0.10.4
|
||||||
- lua = 5.1
|
- lua = 5.2
|
||||||
|
|
||||||
Build dependencies:
|
Build dependencies:
|
||||||
|
|
||||||
- CMake >= 2.6
|
- CMake >= 2.8
|
||||||
|
|
||||||
## Installation from sources on Unix-like systems
|
## Installation from sources on Unix-like systems
|
||||||
|
|
||||||
|
@ -48,6 +48,8 @@ After _cpack_ finishes making the package, install this file.
|
||||||
$ fakeroot cpack -G DEB
|
$ fakeroot cpack -G DEB
|
||||||
# dpkg -i logdiag-version-system-arch.deb
|
# dpkg -i logdiag-version-system-arch.deb
|
||||||
|
|
||||||
|
Leave out the fakeroot for CMake >= 2.8.9, it's been fixed since.
|
||||||
|
|
||||||
## Building from sources on Windows
|
## Building from sources on Windows
|
||||||
|
|
||||||
First install CMake 2.8 and MinGW. Add both to your system path. If you want to
|
First install CMake 2.8 and MinGW. Add both to your system path. If you want to
|
||||||
|
|
Loading…
Reference in New Issue