From 8cb01e986d8915218cc7920bc9692b3e30ea44d8 Mon Sep 17 00:00:00 2001 From: Basti Date: Tue, 22 Aug 2017 23:12:19 +0200 Subject: [PATCH] Windows 32 (x86) isn't supported anymore --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Release-Process.md b/Release-Process.md index ed4003f..5843627 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -11,7 +11,7 @@ Releases are supposed to be tagged on the "stable" branch. Whenever a major rele 3. Push regression fixes to the 'stable' branch, these will be merged into master at the end, but may be merged to master during this process. 4. Update `PRODUCT_VERSION` in `Installer/Installer.nsi`. And update the `DOLPHIN_VERSION_MAJOR` and `DOLPHIN_VERSION_MINOR` lines in `CMakeLists.txt`. 5. Create an **annotated** tag named after the version number. -6. Perform a **clean** Windows build of the "Release Win32" and "Release x64" configurations. +6. Perform a **clean** Windows build of the "Release x64" configuration. 7. Install NSIS if you haven't already; Create the Windows installers via the `Installer_win32.nsi` and `Installer_x64.nsi` files respectively (stored inside the `Installer` subdirectory). 8. XX I'm using this to compile for macOS, but it needs to be updated as post-4.0.1 has libusbx built in and LTO should be in the CMakeLists: `cmake . -DCMAKE_C_FLAGS="-O4 -DNDEBUG" -DCMAKE_CXX_FLAGS="-O4 -DNDEBUG -DLIBUSB_INCLUDE_DIR=/opt/usb/include/libusb-1.0 -DLIBUSB_LIBRARIES=/opt/usb/lib/libusb-1.0.0.dylib && make -j8` 9. For macOS, create a dmg as follows: `hdiutil create dolphin-4.0.1.dmg -volname "Dolphin 4.0.1" -fs HFS+ -srcfolder Binaries -ov`