Skip to content

Instantly share code, notes, and snippets.

View zhongkai's full-sized avatar
🤒
Found me idiot

Stefan(胖总) zhongkai

🤒
Found me idiot
View GitHub Profile
@zhongkai
zhongkai / v8.md
Last active August 22, 2022 07:31 — forked from kevincennis/v8.md
V8 Installation and d8 shell usage

Installing V8 on a Mac

Prerequisites

  • Install Xcode (Avaliable on the Mac App Store)
  • Install Xcode Command Line Tools (Preferences > Downloads)
  • Install depot_tools
    • $ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
    • $ nano ~/.zshrc
    • Add path=('/path/to/depot_tools' $path)