mirror of
https://github.com/geohot/qira
synced 2025-03-12 18:13:15 +03:00
readme and -e in the qemu build script
This commit is contained in:
parent
ed096305b8
commit
978903a03f
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ ! -d qemu/qemu ]; then
|
||||
cd qemu
|
||||
|
Loading…
x
Reference in New Issue
Block a user