* [Qemu-devel] Nightly builds of qemu
@ 2004-02-16 9:37 Manish Bansal
2004-02-16 12:58 ` Gabriel Ebner
0 siblings, 1 reply; 2+ messages in thread
From: Manish Bansal @ 2004-02-16 9:37 UTC (permalink / raw)
To: qemu-devel
Hi,
Is there anyway I can get the nightly builds of qemu everyday? Something like
Wine where a new rpm file is created everynight from the cvs? My point is that
I like to tinker around with qemu but I don't want to compile it myself.
Thanks,
Manish.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] Nightly builds of qemu
2004-02-16 9:37 [Qemu-devel] Nightly builds of qemu Manish Bansal
@ 2004-02-16 12:58 ` Gabriel Ebner
0 siblings, 0 replies; 2+ messages in thread
From: Gabriel Ebner @ 2004-02-16 12:58 UTC (permalink / raw)
To: qemu-devel
Hello,
Am Mon, den 16.02.2004 schrieb Manish Bansal um 10:37:
> Is there anyway I can get the nightly builds of qemu everyday?
>From what I can see we don't have that (yet).
> Something like
> Wine where a new rpm file is created everynight from the cvs?
I think you're free to do the job if you want to. :)
> My point is that
> I like to tinker around with qemu but I don't want to compile it myself.
qemu is by no means as big as wine:
$ du -sbh wine-20031212/ qemu/
50M wine-20031212
2,4M qemu
Is there any reason you don't want to compile it yourself? It's just
2.4 megs and compiling does not take that long too:
$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : mobile AMD Athlon(tm) XP 2200+
stepping : 1
cpu MHz : 1800.837
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow
bogomips : 3555.32
$ time { ./configure; make; }
...
real 1m30.833s
user 1m18.858s
sys 0m6.719s
Gabriel.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-16 13:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-16 9:37 [Qemu-devel] Nightly builds of qemu Manish Bansal
2004-02-16 12:58 ` Gabriel Ebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).