GTK3 status: Difference between revisions

From vice-emu
Jump to navigation Jump to search
mNo edit summary
(38 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a temporary page to collect some notes on the status of the GTK3 port
The content from this page was move to the [[Todo#GTK3_UI|TODO]] page.
 
== Unix ==
 
./configure --enable-native-gtk3ui
 
* starts up, video and audio is working
* keyboard is working
 
== Windows ==
 
./autogen.sh && ./configure --enable-native-gtk3ui --disable-nls --disable-catweasel --disable-hardsid --disable-parsid --without-resid --disable-ethernet --disable-midi --disable-rs232 --disable-realdevice --disable-ssi2001 && make
 
* barely compiles
 
== MacOS ==
 
* untested

Revision as of 01:14, 24 May 2018

The content from this page was move to the TODO page.