mirror of https://github.com/xqemu/xqemu.git
Updated Getting Started (markdown)
parent
920dae8903
commit
87cd4b74f0
|
@ -21,7 +21,7 @@ For **Debian** most build dependencies can be installed by running:
|
||||||
#### Building:
|
#### Building:
|
||||||
./configure --cc=clang --enable-opengl --disable-vnc --disable-user --enable-kvm --disable-xen --target-list=xbox-softmmu --enable-debug --audio-drv-list=alsa --python=/usr/bin/python2 --extra-cflags="-march=native"
|
./configure --cc=clang --enable-opengl --disable-vnc --disable-user --enable-kvm --disable-xen --target-list=xbox-softmmu --enable-debug --audio-drv-list=alsa --python=/usr/bin/python2 --extra-cflags="-march=native"
|
||||||
make
|
make
|
||||||
Make sure you make python point at your python2. Python 3 won't work.
|
Make sure you point it at Python 2.
|
||||||
|
|
||||||
## Run XQEMU
|
## Run XQEMU
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue