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.
- John Bentley's blog
- Log in or register to post comments
Comments
How to compile?
The new Xenon seems great on (x)Ubuntu, but can you explain how to compile the svn version without a
configure
ormakefile
files? I've tried and I am not seeing how.I can't remember how to do it
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.
OK, I remembered. g++ -o
OK, I remembered.
g++ -o xenonfm `wx-config --libs` `ls *.cpp` `wx-config --cxxflags`
It's nice to see that
It's nice to see that cross-platform compiling works so well with this application.