started the qemu from eclipse and one machine with android
then i have installed with
adb install bin/Quake2-debug.apk
start the application then click menu button -> tools and
then download
a better idea is to download the data from somewhere else and upload it to emulator
if you don't want to build it here are the instructions to use the generic app
Download didn't finished in ~1h
Seems that i need to download it manually
I have checked out Firebird 2.5 source from svn then i have installed the gnu c++ compiler also the readline libs also the icu ones
after that i have started the compilation process (i know it's easier to install firebird from rpm but i wanted to see how fast is the free microinstance: it compiled in something of more than one hour)
Install python and firebird driver for it and we will do some benchmarks
yum install python26-develyum install python26-devel
wget http://downloads.sourceforge.net/firebird/kinterbasdb-3.3.0.tar.bz2
tar -jxvf kinterbasdb-3.3.0.tar.bz2
cd kinterbasdb-3.3.0
python setup.py install
python -c "import kinterbasdb as k; print k.__version__"
(3, 3, 0, 'pre-alpha', 0)
wget http://www.firebirdsql.org/download/rabbits/pmakowski/ibench1.py
create test db
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Firebird 3.0 final is now uploaded to debian experimental
Here is my sources.list
cat /etc/apt/sources.list
deb http://ftp.us.debian.org/debian/ unstable main
deb-src http://ftp.us.debian.org/debian/ unstable main
Add:
deb http://ftp.us.debian.org/debian/ experimental main
deb-src http://ftp.us.debian.org/debian/ experimental main
Then:
# apt-get update -t experimental
Then install server package that includes all the versions Super , Classic , SuperClassic into one binary (the difference compared with 2.5 packages will be that the startup script will start in mode you need)
What is the good one ? this one seems to be up to date and it installs without errors
I found it the hard way that i need installing the second one (i had to rename the extensions to zip and remove the nul file from install on a windoze machine, in debian/ubuntu works without issues)
Now the spellchecker works and we are happy :)
So there is no need for Microsoft Office in School libre office is quite phenomenal
well now the compilation works smooth without the need for a qt snapshot
all you need it some qt 4.6.x headers that come by default in ubuntu and debian
I will spare you about the details and some opengl ones
something like
git clone git://gitorious.org/qt-labs/wolfenqt.git
qmake
make
search for headers needed in the ubuntu/debian repository (I will write an article about what is needed later)
./wolfenqt
the results are impressive :the video player works , the browser does work with some issues (flash related) but the engine is impressive i wonder why the fonts are smoother than in the xorg browser , maybe the AA from opengl helps ...There is still a lot of work
and what i miss mostly is a quake style terminal and a cool desktop like hud but that will come later
Update: Here is video that can be played in vlc/mplayer
Then when you do ssh FirebirdRemoteHost a ssh tunnel is created
between your machine to remote firebird server
so port 3050 is tunneled to remote host and when you connect to localhost 3050 you will connect in fact
to the remote host (127.0.0.1 is local address on that machine) and the port 3050
In flamerobin you can work on it like on local machine server installation
if you have already a firebird installation on your local workstation then is good to put another port for the tunnel