diff --git a/README b/README deleted file mode 100644 index e5035a7..0000000 --- a/README +++ /dev/null @@ -1,19 +0,0 @@ -Usage instructions: - 1. Download the DLL from the releases page. - 2. Install SBCL (x86 or x64). - 3. Copy the DLL to the SBCL installation directory (MAKE SURE that the DLL - you copy matches the CPU architecture of SBCL that you install). - 4. Run. - -Tested: Windows 7 x64, SBCL 2.2.0 x86 and x64. This DLL should also work on -Windows Vista although that has not been extensively tested. If there is a -bug, please open an issue or contact vxiiduu#4598 on discord. - -If you find another program that requires this DLL and needs more redirected -functions or more new functions, also feel free to contact/open an issue to -get the new functions/redirections added to this project. - -The code was compiled on Visual Studio 2010. In order to compile it yourself, -create a new blank DLL project, and add the .c source code file. Change the -project configuration according to your needs and compile. Default settings -should work fine. diff --git a/README.md b/README.md new file mode 100644 index 0000000..963cd70 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# About + +This project alows Qt Creator MinGW [releases](https://github.com/qt-creator/qt-creator/releases) +to run on Windows 7. + +# Installation + +You need to unpack `api-ms-win-core-synch-l1-2-0.dll` and `dxgi.dll` to Qt Creator's `bin` directory.