Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ and request memory across the following operating environments:

### Building for Linux Host
```
$ git clone https://github.com/OpenAMP/libmetal.git
$ git clone https://github.com/Xilinx/libmetal.git
$ mkdir -p libmetal/<build directory>
$ cd libmetal/<build directory>
$ cmake ..
$ make VERBOSE=1 DESTDIR=<libmetal install location> install
```

### Cross Compiling for Linux Target
Use [meta-openamp](https://github.com/openamp/meta-openamp) to build
Use [meta-openamp](https://github.com/Xilinx/meta-openamp) to build
libmetal library.
Use package `libmetal` in your yocto config file.

Expand Down