parch-welcome/README.md

29 lines
760 B
Markdown
Raw Normal View History

2023-07-28 13:15:35 +04:30
# Parch Linux Dorood
Parch dorood (/do-rood/, درود, pronunciation) which is Persian word for "Greetings", is a welcome app in the Parch distribution. Dorood features:
- Showing Parch Linux pages on social media
- Running the installer program
- Updating Parch repositories
This program is still on alpha stages and it is not completely ready to use.
2023-08-03 19:31:35 +04:30
## Build Parch Package
for building **Parch Package** from **Welcome** project you should run:
2023-07-28 13:15:35 +04:30
```shell
2023-08-03 21:02:17 +04:30
python build.py
2023-07-28 13:15:35 +04:30
```
2023-08-03 19:31:35 +04:30
## Build Source
2023-07-28 13:15:35 +04:30
- **Step 1**: Generate **Qt Resource** from `src/UI` directory
```shell
python 01-Generate.py
```
- **Step 2**: Compile Generated **Qt Resource** `src/UI/res.qrc` file
```shell
sh 02-Compile.sh
```
- **Step 3**: Build one-file python
```shell
sh 03-Build.sh
```