summaryrefslogtreecommitdiff
path: root/MSVC.README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Make test suite work with cross-related optionsJohn Ericson2021-05-231-1/+1
| | | | | | | | | | Because of skepticism I received in #224, I made this PR which keeps the testsuite and CI improvements but doesn't add any new build options. I hope this would be less controversial: - no new knobs - tests for those using existing build options - CI tests `build_introspection_data = false`
* MSVC.README.rst: Mention about the clang-cl supportChun-wei Fan2020-08-251-0/+9
| | | | | Let people know how building G-I and running g-ir-scanner with clang-cl and friends is being supported, as this support is now added.
* MSVC.README.rst: Add note about Python 3.8.x or laterChun-wei Fan2020-01-161-0/+16
| | | | | Let the people know how _giscanner.pyd handles looking up for dependent DLLs on Python 3.8.x or later on Windows.
* MSVC.README.rst: Update VS 2008/x64 build notesChun-wei Fan2019-03-111-3/+4
| | | | | | | It appears that tests/repository/gitypelibtest.c needs to be added to the list of files that we must change the optimization flag from /O2 to /O1 in order that the Visual Studio 2008 x64 compiler does not hang, due to compiler optimization issues.
* meson: use underscore as a separator in build optionsChristoph Reiter2019-01-071-1/+1
| | | | This is what https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting suggests.
* MSVC.README.rst: Be more clear on Python requirementsChun-wei Fan2018-08-201-5/+9
| | | | | | Let people know the common pitfalls when building and using the Python scripts when building, to avoid confusions on the Python installation that is used to run the Python scripts.
* MSVC.README.rst: Fix previous updateChun-wei Fan2018-08-111-1/+1
| | | | | | The default Cairo-GObject DLL filename should be for MinGW/mingw-w64 builds, not Visual Studio builds, hence the likely need to use the -Dcairo-libname option for MSVC builds... doh.
* MSVC.README.rst: Mention about the config optionsChun-wei Fan2018-08-111-1/+9
| | | | | Mention about the configuration options cairo-libname and python as they are likely necessary for G-I to be built and used successfully.
* Convert README files to reSTChristoph Reiter2018-06-231-0/+82
Rename the msvc readme file because otherwise gitlab picks it up as the default one for some reason.