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
As I am still new to the world of Linux (and completely unfamiliar with OsX, I've built these all as cross-platform releases with embedded binaries for each system. This means you will have to install a copy of the [.NET 5 runtime](https://dotnet.microsoft.com/download) on your system.
25
-
26
-
## Important!
27
-
To run on any platform: run `dotnet LinuxNote.dll` in a command prompt.
28
-
29
-
I can't guarantee that the executables work.
30
-
31
-
In Linux: `./LinuxNote` (likely to fail right now)
32
-
33
-
In Windows: just run the exe
22
+
Here are the ways you can run the Flipnote Encoder:
34
23
35
-
MacOS Users: Please download [ffmpeg binaries](https://ffmpeg.org) (ffmpeg and ffprobe) and place them in `ffmpeg/bin` (you have to create those folders)
36
-
`ffmpeg/bin` should contain `ffmpeg` and `ffprobe`.
24
+
* Windows: Just double click the .exe
25
+
* Linux: `./FlipnoteEncoder` in a terminal, or double click the .sh script
26
+
* OSX: `./FlipnoteEncoder` in a terminal I'd assume.
37
27
38
28
# config.json
39
29
Located inside the Root folder is a config.json. Should it not exist, a new one will be created by the program.
0 commit comments