Skip to content
Snippets Groups Projects
Commit a3363262 authored by Ralph Giles's avatar Ralph Giles
Browse files

Fix typo in release checklist.

parent 96c04cdd
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ Win32 binaries: ...@@ -32,7 +32,7 @@ Win32 binaries:
or similar. Wine is required for 'make check' to complete. or similar. Wine is required for 'make check' to complete.
- Compile openssl with: - Compile openssl with:
./Configure shared mingw64 no-asm --prefix=/path/to/builddir \ ./Configure shared mingw64 no-asm --prefix=/path/to/builddir \
--cross-compile-prefix=i686-w64-mingw32 --cross-compile-prefix=i686-w64-mingw32-
make depend && make -j8 && make install make depend && make -j8 && make install
- Compile opusfile with: - Compile opusfile with:
./configure --host=i686-w64-mingw32 --prefix=/path/to/builddir \ ./configure --host=i686-w64-mingw32 --prefix=/path/to/builddir \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment