Google V8編程詳解(一)V8的編譯安裝(Ubuntu)

V8的編譯比較簡單,須要同時安裝git和svn.html 下載V8源碼:git git clone git://github.com/v8/v8.git v8 && cd v8切換到最新版本: git pull --rebase origin master 安裝依賴:github make dependencies 編譯: make native mode=debug library=shared
相關文章
相關標籤/搜索