Update build documentation to reflect executable name change from ARCDesktopProject to ARC
This commit is contained in:
parent
54edae7600
commit
d3b109d87f
4
.gitignore
vendored
4
.gitignore
vendored
@ -13,6 +13,7 @@ tests/mock_server/.mock_screenshots/
|
|||||||
cmake_install.cmake
|
cmake_install.cmake
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
Makefile
|
Makefile
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
.qt/
|
.qt/
|
||||||
|
|
||||||
@ -23,8 +24,7 @@ Makefile
|
|||||||
/Testing/
|
/Testing/
|
||||||
/.ninja_deps
|
/.ninja_deps
|
||||||
/.ninja_log
|
/.ninja_log
|
||||||
/ARCDesktopProject_autogen/
|
/ARC
|
||||||
/ARCDesktopProject
|
|
||||||
/Contents/
|
/Contents/
|
||||||
/application.log
|
/application.log
|
||||||
/database/app_data.db
|
/database/app_data.db
|
||||||
|
|||||||
8
BUILD.md
8
BUILD.md
@ -1,4 +1,4 @@
|
|||||||
# ARCDesktopProject — сборка и запуск
|
# ARC — сборка и запуск
|
||||||
|
|
||||||
## Windows (x64)
|
## Windows (x64)
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ cmake --build . --config Release
|
|||||||
### Деплой Qt DLL
|
### Деплой Qt DLL
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
"C:\Qt\6.9.0\msvc2022_64\bin\windeployqt.exe" .\Release\ARCDesktopProject.exe
|
"C:\Qt\6.9.0\msvc2022_64\bin\windeployqt.exe" .\Release\ARC.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
### Копирование vcpkg DLL
|
### Копирование vcpkg DLL
|
||||||
@ -44,7 +44,7 @@ copy database\app_data.db .\Release\database\app_data.db
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd Release
|
cd Release
|
||||||
ARCDesktopProject.exe
|
ARC.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -77,5 +77,5 @@ cp ../database/app_data.db ./database/app_data.db
|
|||||||
### Запуск
|
### Запуск
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./ARCDesktopProject
|
./ARC
|
||||||
```
|
```
|
||||||
|
|||||||
@ -17,7 +17,7 @@ brew install qt tesseract leptonica
|
|||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build .
|
cmake --build .
|
||||||
./ARCDesktopProject
|
./ARC
|
||||||
```
|
```
|
||||||
|
|
||||||
Подробнее — см. [BUILD.md](BUILD.md) (macOS + Windows).
|
Подробнее — см. [BUILD.md](BUILD.md) (macOS + Windows).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user