Files
Kur/README_START.md

45 lines
935 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Universal Git Analyzer V10 — запуск кликом
## Ubuntu / Linux
Двойной клик по `run_linux.sh` или запуск:
```bash
./run_linux.sh
```
Если не запускается:
```bash
sudo apt install python3-tk git pulseaudio-utils -y
python3 main.py
```
## Windows
Двойной клик по файлу:
```text
run_windows.bat
```
Нужно, чтобы на Windows были установлены:
- Python 3
- Git for Windows
## Настоящий `.exe` для Windows
На Windows запусти двойным кликом:
```text
build_windows_exe.bat
```
После сборки файл будет здесь:
```text
dist\UniversalGitAnalyzer.exe
```
Этот `.exe` можно кинуть на рабочий стол и запускать кликом.
V11: добавлены языки C++, Batchfile, PowerShell, Go, PHP, Dockerfile, C#, Java, JavaScript, TypeScript.