Skip to content

Instantly share code, notes, and snippets.

View vitallium's full-sized avatar
🖥️
Hex, Bugs and Source Control!

Vitaly Slobodin vitallium

🖥️
Hex, Bugs and Source Control!
View GitHub Profile
@vitallium
vitallium / qrc.patch
Last active April 15, 2016 17:32 — forked from annulen/qrc.patch
diff --git a/Source/WebCore/PlatformQt.cmake b/Source/WebCore/PlatformQt.cmake
index fc04f46..e380b94 100644
--- a/Source/WebCore/PlatformQt.cmake
+++ b/Source/WebCore/PlatformQt.cmake
@@ -169,15 +169,19 @@ if (USE_QT_MULTIMEDIA)
)
endif ()
-qt5_add_resources(WebCore_SOURCES
- WebCore.qrc
@vitallium
vitallium / Boxstarter
Last active July 12, 2016 00:08 — forked from mwrock/Boxstarter
[DevBox] Corporate Work machine
cinst VisualStudio2012Ultimate -InstallArguments WebTools
cinst VisualStudio2013Ultimate -InstallArguments WebTools
cinst resharper
cinst fiddler4
cinst mssqlserver2012express
cinst conemu
cinst notepad2-mod
cinst poshgit
cinst googlechrome
cinst sysinternals

Building static libcurl and openssl on Windows

These instructions were tested on Windows 7 Professional w/ Visual Studio 2010

Building openssl

  1. Download the latest openssl from the website; at the time of this writing, it is 1.0.0d
  2. Extract it to your drive; I put it in c:\code\openssl-1.0.0d
  3. install ActiveState perl unless you already have a non-cygwin perl installed on windows