From 9dff4d624ad89db8d20977323456b03b09517079 Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Tue, 23 May 2023 23:23:38 +0200 Subject: [PATCH] Update readme.md --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 81731c3..2f7f086 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,8 @@ rayjs will run code in three different modes The directory of the main Javascript module will also be the working directory of the app. Modules and resources will be loaded relative to it. ## Building -Here are some basic steps if you want to compile rayjs yourself: +Here are some basic steps if you want to compile rayjs yourself. +You should use CMake for building. **Please note that QuickJS needs Mingw in order to compile correctly on Windows** ### Check out required files ```bash @@ -64,4 +65,4 @@ make ## Performance QuickJS is one of the [faster JS interpreters](https://bellard.org/quickjs/bench.html). I'm getting about 13000 bunnys in bunnmark before dropping any frames on my 2020 Macbook Air M1 which seems pretty good. -![Bunnymark](doc/bunny.png) \ No newline at end of file +![Bunnymark](doc/bunny.png)