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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The new cross platform interface is all you need, as it includes all the options. After installing GUI you will have a shortcut in your desktop, this lets users not familiar with CLI to extract subtitles.
4
4
Usually, you will never need to use all the options (and even if you do, all the setting are saved locally at Documents/config.json in your PC) for regular usage.
5
5
6
-
## Install from releases
6
+
## Install from releases (WINDOWS ONLY)
7
7
- This is the simplest method, just download the installer form [here](https://github.com/CCExtractor/ccextractor/releases) (currently only has windows), and then install it like any other windows program.
8
8
9
9
---
@@ -12,10 +12,12 @@ Usually, you will never need to use all the options (and even if you do, all the
12
12
#### If you run the GUI from nighly builds or source, you need to manually have the ccextractor binary in your PATH (`ccextractorwinfull.exe` if you are on windows or `ccextractor` if you are on linux/macOS)
13
13
14
14
15
-
## Nightly builds
15
+
## Nightly builds (WINDOWS, LINUX)
16
16
- You can also get the latest files for your operating system from [here](https://nightly.link/CCExtractor/ccextractorfluttergui/workflows/create_artifacts/master).
17
+
- Once you unzip it, you should see a ccxgui executable in the folder. Double click to run :D
17
18
18
-
## Building and running the GUI from source
19
+
## Building and running the GUI from source (WINDOWS, LINUX, MACOS)
20
+
- This method only makes sense for people who actually want to debug the app. If you want to skip the hastle of installing frameworks and stuff just go the nightly way, the CI does these below steps for you automatically on every commit.
19
21
- To build the GUI from source first install flutter from [here](https://flutter.dev/docs/get-started/install) for your operating system.
20
22
- Switch to flutter master channel using `flutter channel master && flutter upgrade`
21
23
- Next enable the flutter platform specific flag with `flutter config --enable-<platform>-desktop`, more info on this [here](https://flutter.dev/desktop)
0 commit comments