You are here

An interesting Xenon screenshot

John Bentley's picture
Submitted by John Bentley on December 8, 2008 - 5:22pm

I have a new screenshot of xenon.

FYI that's Xubuntu. If someone who knows why the address bar isn't visible I could use some help with it. The source code requires no modifications to compile properly.

Anyway it would be nice to get linux support working properly.

Comments

The new Xenon seems great on (x)Ubuntu, but can you explain how to compile the svn version without a configure or makefile files? I've tried and I am not seeing how.

Blue is everything.

John Bentley's picture

I can't remember how to do it from the command line. I'm having trouble getting it to link properly. You should be able to use Code::Blocks to compile it though.

cowsay Moo
cowthink 'Dude, why are you staring at me.'

John Bentley's picture

OK, I remembered.

g++ -o xenonfm `wx-config --libs` `ls *.cpp` `wx-config --cxxflags`

cowsay Moo
cowthink 'Dude, why are you staring at me.'