Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrazeau committed Mar 22, 2020
1 parent 5307f36 commit 89aae8d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Archive for Morphy releases.

# Obtaining all the source code.
Install the repo tool (https://source.android.com/setup/develop)

Run the following commands to obtain all of the source from master
```
repo init -u https://github.com/mbrazeau/morphyManifest
repo sync
```

# Building Morphy
You should have python and CMake installed.

From inside the `build` directory, run `python build.py --release`.

The Morphy executable should be in the `install/bin` folder.

0 comments on commit 89aae8d

Please sign in to comment.