Hi, ( I'm a terrible newbie at commands in konsole, but slowly getting there with practice, but need more help in compiling)
I tied to install Qemu for a tar.gz and had problems as I couldn't extract it to the / , as I didn't have permission.
I did a google and found an earlier Debian version of QEMU and I installed it with the Kubuntu Package menu > install package.
Then I got a notification in Adept that an update for QEMU was available , so beauty I fluke that!.
QEMU is successfully installed now. But I don't know how to start it.
I presume I need the KQEMU to use it .
But that is wher I'm having trouble installing it.
I have downloaded the tar.gz for it on my desktop.
The installations instructions on the web site mention cd /tmp and the like. ??
Can some on please help me with the codes I need to install it?
The web site instructions are as follows:
-----------------------------------------------------------------------
2. Installation
2.1 KQEMU Compilation (Linux only)
First ensure that you have a recent version of QEMU (>= 0.8.1) with the KQEMU support enabled (this is the default).
Then decompress the KQEMU sources:
cd /tmp
tar zxvf kqemu-x.y.z.tar.gz
cd kqemu-x.y.z
Then you configure KQEMU and build it (usually no options are needed):
./configure
make
Then type as root user:
make install
to install KQEMU in `/usr/local'.
---------------------------------------------------
My downoaded tar.gz .... kqemu-1.3.0pre9.tar.gz is located on my desktop ..... /home/defaultusers/Destop
Many thanks
I tied to install Qemu for a tar.gz and had problems as I couldn't extract it to the / , as I didn't have permission.
I did a google and found an earlier Debian version of QEMU and I installed it with the Kubuntu Package menu > install package.
Then I got a notification in Adept that an update for QEMU was available , so beauty I fluke that!.
QEMU is successfully installed now. But I don't know how to start it.
I presume I need the KQEMU to use it .
But that is wher I'm having trouble installing it.
I have downloaded the tar.gz for it on my desktop.
The installations instructions on the web site mention cd /tmp and the like. ??
Can some on please help me with the codes I need to install it?
The web site instructions are as follows:
-----------------------------------------------------------------------
2. Installation
2.1 KQEMU Compilation (Linux only)
First ensure that you have a recent version of QEMU (>= 0.8.1) with the KQEMU support enabled (this is the default).
Then decompress the KQEMU sources:
cd /tmp
tar zxvf kqemu-x.y.z.tar.gz
cd kqemu-x.y.z
Then you configure KQEMU and build it (usually no options are needed):
./configure
make
Then type as root user:
make install
to install KQEMU in `/usr/local'.
---------------------------------------------------
My downoaded tar.gz .... kqemu-1.3.0pre9.tar.gz is located on my desktop ..... /home/defaultusers/Destop
Many thanks
Comment