You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,14 +64,34 @@ If you are on Linux, run ./dist/ImageCompressor
64
64
- Python 3.x
65
65
- PIL Library
66
66
- Pyinstaller
67
+
### Before you build
68
+
Note that there are pre-built versions available for Windows and Linux (tested on Debian) in the "Releases" section. If you prefer to build the application yourself, follow the steps below.
69
+
### How to build [Option 1 - Using megerd.py] [Recommended]
70
+
1. Open a terminal and navigate to the main folder of the project.
0 commit comments