aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2011-02-07 19:10:29 +0100
committerPřemysl Janouch <p.janouch@gmail.com>2011-02-07 19:10:29 +0100
commit97f7d2808fcc6c0e55bc3409cd8ac972f5d0cd70 (patch)
treeb3fd4dd7a6788d50dc65bd69db8d2db0a17ca441
parent169a28cc23d11eddcae54c09c724af0c67a6ad2f (diff)
downloadlogdiag-97f7d2808fcc6c0e55bc3409cd8ac972f5d0cd70.tar.gz
logdiag-97f7d2808fcc6c0e55bc3409cd8ac972f5d0cd70.tar.xz
logdiag-97f7d2808fcc6c0e55bc3409cd8ac972f5d0cd70.zip
Update README.
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index d28b0ed..7475462 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@
logdiag is a schematic editor written in GTK+. It focuses on simplicity,
usability and openness.
+__This software is considered to be alpha quality and cannot be recommended
+for regular usage.__
+
## Requirements
Runtime dependencies:
@@ -16,9 +19,10 @@ Build dependencies:
- CMake &gt;= 2.6
-## Installation on Unix-like systems
+## Installation from sources on Unix-like systems
-First check that you have all the required dependencies installed.
+First check that you have all the required dependencies installed, including
+all development packages, if your distribution provides them.
Reserve a directory for an out-of-source build:
$ mkdir build
@@ -30,7 +34,7 @@ the application to be installed. The default is _/usr/local_.
Now you have two basic choices of installing the application:
-1. Using _make install_:
+1. Using _make install_:
# make install
2. Using _cpack_; you have to choose a package format understood by your