mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
Fix steps for building mingw for Windows cross-compiling (#2)
There were two small issues here, firstly it was specifying a relative instead of absolute path. Also it wasn't rendering the `<my_user>` part in the output (on both GitHub and the docs site) so it just looked like `./home//toolchains/`.
This commit is contained in:
parent
e6e607420b
commit
3c131c2b87
@ -45,7 +45,7 @@ If you do not have a MinGW toolchain with at least GCC 5.x, then you must compil
|
||||
- git clone https://github.com/HandBrake/HandBrake.git
|
||||
- cd HandBrake
|
||||
- cd scripts
|
||||
- ./mingw-w64-build x86_64 ./home/<my_user>/toolchains/
|
||||
- ./mingw-w64-build x86_64 /home/<my_user>/toolchains/
|
||||
|
||||
This process will take a few minutes, then provide you with a command which you can use to add the toolchain to your path.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user