Skip to content

Commit

Permalink
floss: README update after moved location
Browse files Browse the repository at this point in the history
Bug: 205591223
Tag: #floss
Test: Build on Linux

Change-Id: Ib212886c1f14b8ed25b82f38ce140c0766a7f6f1
  • Loading branch information
Chris Manton committed Dec 7, 2021
1 parent 26edcd9 commit 4329227
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ sudo apt-get install repo git-core gnupg flex bison gperf build-essential \
libglib2.0-dev libevent-dev libnss3-dev libdbus-1-dev \
libprotobuf-dev ninja-build generate-ninja protobuf-compiler \
libre2-9 debmake \
llvm libc++abi-dev
llvm libc++abi-dev \
libre2-dev libdouble-conversion-dev
```

You will also need a recent-ish version of Rust and Cargo. Please follow the
Expand All @@ -40,7 +41,7 @@ instructions on [Rustup](https://rustup.rs/) to install a recent version.
```sh
mkdir ~/fluoride
cd ~/fluoride
git clone https://android.googlesource.com/platform/packages/modules/Bluetooth/system
git clone https://android.googlesource.com/platform/packages/modules/Bluetooth
```

### Using --run-bootstrap on build.py
Expand Down Expand Up @@ -72,7 +73,7 @@ We provide a script to produce debian packages for those components. Please
see the instructions in build/dpkg/README.txt for more details.

```sh
cd build/dpkg
cd system/build/dpkg
mkdir -p outdir/{modp_b64,libchrome}

# Build and install modp_b64
Expand Down

0 comments on commit 4329227

Please sign in to comment.