readme and -e in the qemu build script

This commit is contained in:
George Hotz 2019-03-24 14:58:26 -07:00
parent ed096305b8
commit 978903a03f
2 changed files with 3 additions and 3 deletions

View File

@ -12,11 +12,11 @@
<pre>
Ubuntu 14.04 and 16.04 supported out of the box.
18.04 is having a problem with building QEMU
See QEMU source at https://github.com/geohot/qemu to fix.
See QEMU source at https://github.com/geohot/qemu on branch qira to fix.
Non Linux hosts may run the rest of QIRA, but cannot run the QEMU tracer.
Very limited support for Mac OS X and Windows natively.
Though the Docker image in docker/ should work.
The Docker image in docker should work everywhere.
</pre>
## Installing release

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
if [ ! -d qemu/qemu ]; then
cd qemu