summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKisaragi Hiu <mail@kisaragi-hiu.com>2022-10-10 04:34:17 +0900
committerKisaragi Hiu <mail@kisaragi-hiu.com>2022-10-10 04:34:17 +0900
commit24566a48b92b060418ca9a792c775e112065dff9 (patch)
tree013076838a76cd7ca89ac8c06525d85e18c209ef
parentf4a4572c35a67eb38fef9243f2c34f37ee60d7ff (diff)
downloadgjs-24566a48b92b060418ca9a792c775e112065dff9.tar.gz
doc: Fix Markdown formatting in README.MSVC.md
A list was being rendered as a paragraph due to missing spaces.
-rw-r--r--README.MSVC.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.MSVC.md b/README.MSVC.md
index 68b5e160..9e54abb4 100644
--- a/README.MSVC.md
+++ b/README.MSVC.md
@@ -13,15 +13,15 @@ GJS.
You will need the following items to build GJS using Visual Studio
or clang-cl (they can be built with Visual Studio 2015 or later,
unless otherwise noted):
--SpiderMonkey 102.x (mozjs-102). This must be built with clang-cl as
- the Visual Studio compiler is no longer supported for building this.
- Please see the below section carefully on this...
--GObject-Introspection (G-I) 1.61.2 or later
--GLib 2.58.x or later, (which includes GIO, GObject, and the
- associated tools)
--Cairo including Cairo-GObject support (Optional)
--GTK+-3.20.x or later (Optional)
--and anything that the above items depend on.
+- SpiderMonkey 102.x (mozjs-102). This must be built with clang-cl as
+ the Visual Studio compiler is no longer supported for building this.
+ Please see the below section carefully on this...
+- GObject-Introspection (G-I) 1.61.2 or later
+- GLib 2.58.x or later, (which includes GIO, GObject, and the
+ associated tools)
+- Cairo including Cairo-GObject support (Optional)
+- GTK+-3.20.x or later (Optional)
+- and anything that the above items depend on.
Note again that SpiderMonkey must be built using Visual Studio with
clang-cl, and the rest should preferably be built with Visual Studio