83
edits
(→The Basics: add dotnet section) |
m (→dotnet) |
||
Line 57: | Line 57: | ||
Avdump2 also works on Linux via '''dotnet'''; it is about 30% faster than running it via '''mono''', but appears to work with ASCII filenames only. | Avdump2 also works on Linux via '''dotnet'''; it is about 30% faster than running it via '''mono''', but appears to work with ASCII filenames only. | ||
Create a <tt>AVDump2CL.runtimeconfig.json</tt> with the following content: | Create a <tt>AVDump2CL.runtimeconfig.json</tt> in the folder that contains '''AVDump2CL.exe''' with the following content: | ||
<pre>{ | <pre>{ | ||
"runtimeOptions": { | "runtimeOptions": { |
edits