summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index e45d03a..d4211d7 100644
--- a/README
+++ b/README
@@ -20,16 +20,18 @@ The vsp-tests suite requires the following tools to be installed on the host
to generate the test scripts, applications and data.
* gcc
-* make
+* meson
+* ninja
* python
After installing the needed packages, you can build the test suite by running
- make
+ meson setup build/
+ meson compile -C build/
in the vsp-tests root directory. Then, to install the test suite, run
- make install INSTALL_DIR=/path/to/target/directory
+ meson install -C build/ --destdir=/path/to/target/directory
This will copy the test scripts and applications to the target directory to be
copied or exported to the host.