FIX: Docs

This commit is contained in:
Alexander Koblov 2010-07-31 14:05:37 +00:00
commit 3d6a0a7bba
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: