mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-05-09 00:36:56 +02:00
upd README
This commit is contained in:
32
README.md
32
README.md
@@ -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!**
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user