Setting Development Environment under Windows
1.1 Selecting coLinux brand
On windows, you can use these software to run linux and setup a gnu based development environment. (Altough you can achive this by using cygwin or similar, the following ones are moll feature-rich and enables GUI (KDE)
By the time, both andLinux and Ulteo Virtual Desktop are based on coLinux. Most easy to install and use is Ulteo Virtual Desktop so we'll use it.
1.2 Download
Choose the software best suits you and download
- colinux http://www.colinux.org
- andlinux http://www.andlinux.org/
- Ulteo Virtual Desktop http://www.ulteo.com/home/en/virtualdesktop?autolang=en
1.3 Configuring Ulteo Virtual Desktop
As we'll discuss Ulteo Virtual Desktop now on, download it via http://www.ulteo.com/home/download/?autolang=en
For coLinux anLinux you're on your own for installing & configuring.
After installation of Ulteo Virtual Desktop, run it and open a console session. On your windows desktop, create a sources.list file and add these lines to it;
# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu feisty main restricted
deb http://us.archive.ubuntu.com/ubuntu feisty-updates main restricted
deb http://security.ubuntu.com/ubuntu feisty-security main restricted
# Ubuntu community supported packages (packages, GPG key: 437D05B5)
deb http://us.archive.ubuntu.com/ubuntu feisty universe multiverse
deb http://us.archive.ubuntu.com/ubuntu feisty-updates universe multiverse
deb http://security.ubuntu.com/ubuntu feisty-security universe multiverse
ThenThen copy your new sources.list file your linux and run these commands for installing development software;
cp Desktop/sources.list /etc/apt
chmod a+r /etc/apt/sources.list
apt-get update
apt-get ınstall make
apt-get install gcc
apt-get install nasm
Testing environment;
Create a new loop device; /dev/loop8
mknod -m660 /dev/loop8 b 7 8
Change your path to coremark's sources directory and run;
make
make image or make iso
Creating the Loop Devices in /dev
mknod -m660 /dev/loop8 b 7 8
How to mount other Windows drives/directories?
A: In the Ulteo Virtual Desktop Beta2, "C:" is already available. If you need to mount other drives, proceed to the following:
Assuming that you have already installed and run the virtual desktop successfully, if, for instance, you want to access ''D:\Pictures'':
- shutdown the virtual desktop
- go to ''C:\Documents and Settings\All Users\Application Data\Ulteo\Shared''
- create a '''txt''' file called ''Pictures.txt''
- open it and write on only one line : D:\Pictures
- start the virtual desktop