Re: How do you get WEE to run on the Raspberry PI?

new topic     » goto parent     » topic index » view thread      » older message » newer message
xecronix said...

For the nano step change

ifdef GTK3 
GTKVERSION=gtk+-3.0 
else 
GTKVERSION=gtk+-2.0 
endif 

To this

ifdef GTK3 
GTKVERSION=gtk+-3.0 
else 
GTKVERSION=gtk+-2.0 
endif 
GTKVERSION=gtk+-3.0 
 

You could just define GTK3 on the command line. smile

make -f gtk_makefile GTK3=1 

-Greg

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu