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
cp -v /opt/homebrew/Cellar/opencv/*/lib/lib*.dylib FastTrack-Cli.app/Contents/Frameworks/ || true # Should (and was) be automatically done by macdeployqt!
75
-
cp -v /opt/homebrew/opt/little-cms2/lib/lib*.dylib FastTrack-Cli.app/Contents/Frameworks/ || true # Should (and was) be automatically done by macdeployqt!
76
-
cp -v /opt/homebrew/opt/jpeg-xl/lib/lib*.dylib FastTrack-Cli.app/Contents/Frameworks/ || true # Should (and was) be automatically done by macdeployqt!
Copy file name to clipboardExpand all lines: docs/user/installation.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ During the installation on Windows and Mac systems, security alerts may be displ
15
15
16
16
## Download
17
17
18
-
Stable versions of FastTrack are released for Linux (official AppImage, official AUR for ArchLinux, community Fedora package), Mac (as dmg), and Windows (installer, portable folder).
18
+
Stable versions of FastTrack are released for Linux (official makeself, official AUR for ArchLinux), Mac (as app and homebrew), and Windows (installer, portable folder).
19
19
20
20
## Installation
21
21
@@ -26,18 +26,16 @@ Stable versions of FastTrack are released for Linux (official AppImage, official
26
26
* Portable:
27
27
- Download the FastTrack [folder FastTrack.zip] (https://github.com/FastTrackOrg/FastTrack/releases/latest).
28
28
- Unzip the folder and execute FastTrack.exe.
29
-
2. For Linux (all distributions) as AppImage:
30
-
* Download the AppImage [file FastTrack-x86_64.AppImage](https://github.com/FastTrackOrg/FastTrack/releases/latest).
31
-
* Allow FastTrack.AppImage to be executed:
29
+
2. For Linux (all distributions) as makeself:
30
+
* Download the AppImage [file FastTrack-x86_64.run](https://github.com/FastTrackOrg/FastTrack/releases/latest).
31
+
* Allow FastTrack.run to be executed:
32
32
- Right-click on the AppImage file.
33
33
- Click on Properties.
34
34
- Click on Permissions.
35
35
- Tick “Allow executing file as program”.
36
-
* Check the [AppImage](https://appimage.org/) Launcher to integrate AppImage into the system.
Copy file name to clipboardExpand all lines: docs/user/trackingCli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The syntax to call FastTrack command line interface differs according to the pla
14
14
15
15
## Installing fasttrack-cli
16
16
17
-
The command-line interface is available for macOS, Linux, and Windows. It can be downloaded on [the release page](https://github.com/FastTrackOrg/FastTrack/releases/latest).
17
+
The command-line interface is available for macOS, Linux, and Windows. It can be downloaded on [the release page](https://github.com/FastTrackOrg/FastTrack/releases/latest). Since version 6.4.0 the fasttrack-cli is installed in the same folder as fasttrack for Windows.
18
18
19
19
The full list of parameters can be found by calling ```./fasttrack-cli --help```.
20
20
Parameters can be declared individually by calling ```./fasttrack-cli --path path/to/movie.webm --parameter1 value --parameter2 value``` or in batch with a parameters file ```./fasttrack-cli --path path/to/movie.webm --cfg path/cfg.toml```. Note that the path option need to be the first option.
0 commit comments