aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2012-10-10 21:05:39 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2012-10-10 21:05:39 +0200
commit313a47843fc40e461a67149cf1f40be0a90385d7 (patch)
tree1740c8e19065bc79d6d96f8e0260111266717003
parentf0ac99072eb67fd2221a00e9fd1378ff6326c62d (diff)
downloadlogdiag-313a47843fc40e461a67149cf1f40be0a90385d7.tar.gz
logdiag-313a47843fc40e461a67149cf1f40be0a90385d7.tar.xz
logdiag-313a47843fc40e461a67149cf1f40be0a90385d7.zip
Update README.
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index a09a9bb..654c682 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# logdiag
-logdiag is a schematic editor written in GTK+.
+logdiag is a simple multiplatform schematic editor written in GTK+.
-__This software is considered to be alpha quality and isn't recommended for
+__This software is considered to be of alpha quality and isn't recommended for
regular usage.__
## Requirements
@@ -12,7 +12,6 @@ Runtime dependencies:
- GTK+ &gt;= 2.12
- json-glib &gt;= 0.10.4
- lua = 5.1
- - librsvg &gt;= 2.0
Build dependencies:
@@ -47,15 +46,17 @@ CMake offers DEB and RPM.
After _cpack_ finishes making the package, install this file.
$ fakeroot cpack -G DEB
- # dpkg -i logdiag-0.0-Linux-x86_64.deb
+ # dpkg -i logdiag-version-system-arch.deb
## Building from sources on Windows
-First install CMake 2.8 and MinGW. Add both to the system path. If you want to
+First install CMake 2.8 and MinGW. Add both to your system path. If you want to
build an installation package, also install NSIS.
Run the following command in the directory with source files to automatically
-fetch and setup all dependencies:
+fetch and setup all dependencies (contact me if the script becomes obsolete,
+it's easy to fix but I usually update it only just a short while before
+releasing a new version in order to resolve compatibility issues):
> cmake -P Win32Depends.cmake