upd README

This commit is contained in:
DYefremov
2019-12-14 13:22:22 +03:00
parent 4d488dd224
commit 6f27040164

View File

@@ -1,18 +1,34 @@
# DemonEditor
## Experimental version for MacOS.
This version is only for users those who wish to try running this program on MacOS.
The functionality and performance of this version may be very different from the main version!
## Experimental version for Mac OS.
This version is only for users those who wish to try running this program on **Mac OS**.
The functionality and performance of this version may be very different from the main version!
**Not all features are supported and tested!**
### Minimum requirements:
Python >= **3.5**, GTK+ >= **3.16**, pygobject3, adwaita-icon-theme, python3-requests.
**Installation:**
```brew install python3 gtk+3 pygobject3 adwaita-icon-theme```
```pip3 install requests```
```pip3 install requests```
**Optional:**
```pip3 install pyobjc```
**Launching:**
To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py```
**Optional:**
```pip3 install pyobjc```
### Building standalone application:
Install [PyInstaller](https://www.pyinstaller.org/) with the command from the terminal:
```pip3 install pyinstaller```
and in th root dir run command:
```pyinstaller DemonEditor.spec```
If you need to change the application icon, replace the icon.icns file with yours with the same name
or edit the DemonEditor.spec file.
To run the program, copy the **dist/DemonEditor.app** bundle to the **Application** directory.
Perhaps in the security settings it will be necessary to allow the launch of this application!
### Launching
To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py```
Users of the **64-bit version of the OS** can download a ready-made package from [here](https://github.com/DYefremov/DemonEditor/raw/experimental-mac/dist/DemonEditor.app.zip).
Just unpack and copy to the **Application** directory.
**Note. The package may not contain all the latest changes!**