0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-03-11 23:28:45 +00:00

Amend setup hints in README

This commit is contained in:
Joshua Behrens 2024-10-03 15:49:40 +02:00
parent daaa37d1c7
commit f7f348a6c2
No known key found for this signature in database
GPG Key ID: DD28BD85EE8F67DD

View File

@ -16,7 +16,7 @@ cd /tmp
git clone https://github.com/phpv8/v8js.git
cd v8js
phpize
./configure --with-v8js=/opt/homebrew CPPFLAGS="-DV8_COMPRESS_POINTERS"
./configure --with-v8js=/opt/homebrew CPPFLAGS="-DV8_COMPRESS_POINTERS -DV8_ENABLE_SANDBOX"
make -j4
make test
make install