From 6bf64d77ef1c649244b84c5baa707fcb6cf26d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Fri, 4 Feb 2022 12:30:43 +0100 Subject: [PATCH] Minor doc updates --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f5d33f0017a..3fdeb052c842 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,9 @@ $ git clone git@github.com:BinaryAnalysisPlatform/qemu.git Change folder to qemu and build tracer: ```bash $ cd qemu -$ ./configure --prefix=$HOME --with-tracewrap=../bap-frames --target-list="`echo {arm,i386,x86_64,mips}-linux-user`" -$ make -$ make install +$ ./configure --prefix=$HOME --with-tracewrap=../bap-frames --target-list=arm-linux-user +$ ninja -C build +$ ninja -C build install ``` # Usage @@ -95,4 +95,4 @@ Hints: use option -L to set the elf interpreter prefix to 'path'. Use to download arm and x86 libraries. # Notes - Only ARM, X86, X86-64, MIPS targets are supported in this branch. + Only ARM target is supported in this branch.