aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--README.RUS5
2 files changed, 6 insertions, 3 deletions
diff --git a/README b/README
index d2efe964f..502e69dc0 100644
--- a/README
+++ b/README
@@ -162,13 +162,13 @@ Bsdisks is an implementation of UDisks2 service for FreeBSD.
In some cases, you can use qmake for building and installation.
Configure:
-qmake
+qmake PREFIX=custom_path (default: /usr)
Build:
make
Installation:
-make install INSTALL_ROOT=/usr/local
+make install
Executable:
./bin/qmmp
diff --git a/README.RUS b/README.RUS
index f54c432f7..323c127d5 100644
--- a/README.RUS
+++ b/README.RUS
@@ -159,8 +159,11 @@ sysutils/bsdisks. Bsdisks является реализацией сервиса
В некоторых случаях вы можете использовать qmake для сборки и установки.
+Конфигурация:
+qmake PREFIX=путь_для_установки (по умолчанию: /usr)
+
Сборка:
-qmake && make
+make
Установка:
make install INSTALL_ROOT=/usr/local