File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,16 @@ Note: never tested on Windows hosts.
13
13
mkdir build
14
14
cd build
15
15
../configure --target-list=riscv32-softmmu --without-default-features --enable-tcg \
16
- --enable-tools --enable-trace-backends=log [--enable-gtk | --enable-cocoa]
16
+ --enable-tools --enable-trace-backends=log \
17
+ [--enable-gtk --enable-pixman | --enable-cocoa]
17
18
ninja
18
19
ninja qemu-img
19
20
````
20
21
21
- * ` --enable-gtk ` and ` --enable-cocoa ` are only useful when using a graphical display, such as the
22
- IbexDemo platform. It is mosly useless with the OpenTitan platform.
22
+ * ` --enable-gtk --enable-pixman ` and ` --enable-cocoa ` are only useful when using a graphical
23
+ display, such as the IbexDemo platform. It is mosly useless with the OpenTitan platform.
23
24
24
- * ` --enable-gtk ` should be used on Linux hosts
25
+ * ` --enable-gtk --enable-pixman ` should be used on Linux hosts
25
26
* ` --enable-cocoa ` should be used on macOS hosts
26
27
27
28
* ` --extra-cflags=-Wno-deprecated-declarations ` and
You can’t perform that action at this time.
0 commit comments