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

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

Like this!

  • sudo apt-get install libgtk-3-dev
  • mkdir ~/dev
  • cd ~/dev
  • wget http://www.scintilla.org/scintilla361.tgz
  • tar -xzvf scintilla361.tgz
  • git clone https://github.com/peberlein/WEE.git
  • cp WEE/scintilla/gtk_makefile scintilla/gtk/
  • cd scintilla/gtk
  • nano gtk_makefile
  • make -f gtk_makefile
  • cd ../bin
  • cp scintilla.so ../../WEE/scintilla
  • cd ../../WEE/scintilla
  • mv scintilla32.so scintilla.i386.so
  • ln -s scintilla.so scintilla32.so
  • cd ..
  • eui wee.exw #success
  • euc wee.exw #might work...not tested yet
  • ./wee #might work... not tested yet

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 
 

-xecronix

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

Search



Quick Links

User menu

Not signed in.

Misc Menu