summaryrefslogtreecommitdiff
path: root/README.msvc
Commit message (Collapse)AuthorAgeFilesLines
* Drop remaining XML-RPC and libxml2 referencesMart Raudsepp2021-11-111-4/+4
|
* README.msvc: Inform to disable tests on older MSVCChun-wei Fan2020-08-261-0/+2
| | | | | | The test programs have been written in C99, which will not work on older Visual Studio (pre-2013), so let people know that they may want to build without the tests in this situation.
* README.msvc: Inform that sysprof must be disabledChun-wei Fan2020-08-261-1/+1
| | | | | sysprof is currently something that is not meant to run on Windows, at all.
* build: Add README.msvcChun-wei Fan2018-09-201-0/+77
Add instructions on how to build libsoup with Visual Studio via Meson.