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
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,20 @@ Please make sure you have the following requirements installed below:
26
26
Download the latest release from the [releases page](https://github.com/OctopyID/GPhotoCLI/releases) or clone this
27
27
repository.
28
28
29
-
> **Note**
30
-
> The inotify variant has been tested and is non-functional on MacOS with Apple Silicon chipsets due to the unavailability of ext-inotify. However, I was unable to conduct tests on other chipsets.
31
-
>
32
-
> Linux users are strongly recommended to utilize the innovative variant for an enhanced experience.
29
+
Due to hardware limitations of the Apple Silicon chipsets on macOS, the `ext-inotif` extension is not supported. Consequently, we offer two different build variants to handle this
30
+
situation:
31
+
32
+
1.**Non-inotify Variant:** This is a standard variant that doesn't rely on the `inotify` extension. It involves the following step:
33
+
- When a new token is generated, the current process should be manually stopped.
34
+
- After stopping the process, rerun the upload command to recognize and use the new token in the build process.
35
+
36
+
37
+
2.**Inotify Variant:** This variant provides an automated process, leveraging the 'inotify' feature available on Linux. It works as follows:
38
+
- The build process automatically detects when a new token is generated - without the need for human intervention.
39
+
- Therefore, there's no need to manually stop and rerun the process - saving time and reducing possible errors.
40
+
41
+
Please note that the Inotify variant offers a more efficient and seamless experience but it is not compatible with macOS environment that use Apple Silicon chipsets. On the other
42
+
hand, this variant is highly recommended for Linux users who have the `inotify` extension installed and enabled.
0 commit comments