summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-10-29 21:28:59 +0000
committerPhilip Chimento <philip.chimento@gmail.com>2022-10-29 21:28:59 +0000
commit5289c60670d9ceda85a94438e2ea0339f50985d2 (patch)
tree013076838a76cd7ca89ac8c06525d85e18c209ef
parentf4a4572c35a67eb38fef9243f2c34f37ee60d7ff (diff)
parent24566a48b92b060418ca9a792c775e112065dff9 (diff)
downloadgjs-5289c60670d9ceda85a94438e2ea0339f50985d2.tar.gz
Merge branch 'readme-msvc-spaces' into 'master'
doc: Fix Markdown formatting in README.MSVC.md See merge request GNOME/gjs!803
-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