-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10,391 changed files
with
1,361,222 additions
and
828,844 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ For more information, including [documentation](https://macchina.io/docs), pleas | |
Build Status | ||
------------ | ||
|
||
[![macchina.io-ci](https://github.com/macchina-io/macchina.io/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/macchina-io/macchina.io/actions/workflows/ci.yml) | ||
[![macchina.io-ci](https://github.com/macchina-io/macchina.io/actions/workflows/ci.yml/badge.svg?branch=feature/v8-8.6)](https://github.com/macchina-io/macchina.io/actions/workflows/ci.yml) | ||
|
||
|
||
Prerequisites | ||
|
@@ -31,12 +31,21 @@ Prerequisites | |
- Linux: GNU C++ (g++) 5.0 or newer; alternatively Clang++ 3.4 or newer (C++14) | ||
- macOS: Clang++ (Apple LLVM) 10.0 or newer | ||
- OpenSSL headers and libraries (on macOS, via [Homebrew](http://brew.sh): `brew install openssl`) | ||
- Python 2.7 (for building V8) | ||
- Python 3.9 for building V8 (on macOS, via [Homebrew](http://brew.sh): `brew install [email protected]`) | ||
|
||
|
||
Getting Started | ||
--------------- | ||
|
||
NOTE: On macOS, the `python` command must run Python 3.9 in order to build V8. | ||
If installed via Homebrew, create a symbolic link: | ||
|
||
* Intel: `ln -s ../Cellar/[email protected]/3.9.15/bin/python3.9 /usr/local/bin/python` | ||
* Apple Silicon: `ln -s ../Cellar/[email protected]/3.9.15/bin/python3.9 /opt/homebrew/bin/python` | ||
|
||
And make sure that your `$PATH` includes `/usr/local/bin/` on Intel or | ||
`/opt/homebrew/bin` on Apple Silicon. | ||
|
||
For the impatient, using a Linux or macOS machine: | ||
|
||
$ git clone https://github.com/macchina-io/macchina.io.git | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.