./mac環境における開発方法.txt

VELA 開発マニュアル for macOS

<前提条件>
以下の環境での開発を前提とします
・Mac OS Monterey (12.7.4)
・Python 3.13.7 Clang 16.0.0

<依存関係の入手>
・(公式サイト、またはbrew install python) でpythonを入手

<コードの入手>
git clone https://github.com/ABATBeliever/VELA-Browser

<開発環境の準備>
・python3 -m venv VELADev
・source ./VELADev/bin/activate
・pip3 install qtawesome PyQt6 PyQt6-WebEngine
・pip3 install pyinstaller

<実行方法>
・python3 Software.py

<ビルド方法>
※現在正しいビルドができません