Skip to content

Commit

Permalink
Merge pull request #20 from WeAreFairphone/DK_FIXING_SOME_README_INFO
Browse files Browse the repository at this point in the history
Update some of the README information.
  • Loading branch information
dk1978 authored Jul 25, 2020
2 parents b38150c + e987567 commit 6bf99f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Kernel sources are here in the lineage-16.0 branch:


### How to build
* Follow the first steps for setting up the LineageOS build system as described e.g. [here](https://wiki.lineageos.org/devices/river/build).
* Follow the first steps for setting up the LineageOS build system as described e.g. [here](https://wiki.lineageos.org/devices/river/build). Be aware that a complete build can occupy up to 200G of disk space!
* Before downloading the source code using repo sync, create a local manifest file in `.repo/local_manifests`. From the
top of the source tree this command can be used:
```sh
Expand All @@ -84,7 +84,7 @@ cat <<EOF > .repo/local_manifests/roomservice.xml
</manifest>
EOF
```
The file name doesn't matter, e.g. also `FP3.xml` works. This is a temporary hack while we are working outside of the LineageOS repositories. Note that we are pulling in proprietary blobs from a repository, see the section below for how these can be extracted from a firmware image or running device.
This is a temporary hack while we are working outside of the LineageOS repositories. Note that we are pulling in proprietary blobs from a repository, see the section below for how these can be extracted from a firmware image or running device.

* Do `repo sync -c` to download all needed project repositories.
* Then do
Expand All @@ -104,7 +104,7 @@ mkdir cache keys lineage logs manifests zips

Create the local manifest file in manifest directory:
```sh
cat <<EOF > manifests/FP3.xml
cat <<EOF > manifests/roomservice.xml
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="WeAreFairphone/android_device_fairphone_FP3" path="device/fairphone/FP3" revision="lineage-16.0" remote="github" />
Expand Down

0 comments on commit 6bf99f6

Please sign in to comment.