mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Docs
This commit is contained in:
parent
e24a0c6600
commit
3d6a0a7bba
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ components\KASToolBar\kascomp.lpk и в появившемся окне нажм
|
|||
После этого выберите пункт меню "Проект -> Открыть проект" и выберите файл doublecmd.lpi,
|
||||
далее выполните пункт меню "Запуск -> Собрать все"
|
||||
|
||||
2) С помощью командного файла _make.bat. Откройте данный файл в текстовом редакторе и пропишите в
|
||||
2) С помощью командного файла build.bat/build.sh. Откройте данный файл в текстовом редакторе и пропишите в
|
||||
переменную lazpath, путь к каталогу Lazarus. Далее откройте командную строку,
|
||||
перейдите в каталог с исходниками DC и дайте команду:
|
||||
Windows: build.bat all
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ Compile.
|
|||
|
||||
3) Building DC from command line.
|
||||
|
||||
There are two scripts that you can use to build DC from command line: _make.bat for Windows and _make.sh for Linux. First you need to edit the chosen script file and correct the path to your Lazarus installation (variable lazpath).
|
||||
There are two scripts that you can use to build DC from command line: build.bat for Windows and build.sh for Linux. First you need to edit the chosen script file and correct the path to your Lazarus installation (variable lazpath).
|
||||
|
||||
To build DC without using the IDE you need a working lazbuild and lazres utilities (both are a part of Lazarus). Lazbuild should be in Lazarus directory set by <lazpath> and lazres should be in <lazpath>/tools. On Linux you may choose the target widgetset (GTK2 or QT4) by setting $LCL environment variable before executing the script to either gtk2 or qt, for example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue