Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
quartus_on_64bit_linux [2013/05/13 16:48] beckmanf Added 32 Bit libraries |
quartus_on_64bit_linux [2014/10/06 22:46] (current) beckmanf [Install 32Bit Libraries] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Install virtual Debian system from debian-7.0.0-amd64-netinst.iso. | Install virtual Debian system from debian-7.0.0-amd64-netinst.iso. | ||
| + | |||
| + | === Minimal installation === | ||
| + | In the install process you have only selected | ||
| + | |||
| + | * SSH server | ||
| + | |||
| + | You have created user "root" and user "fritz". Login as root. | ||
| + | |||
| + | <code> | ||
| + | apt-get install sudo | ||
| + | adduser fritz sudo | ||
| + | exit | ||
| + | </code> | ||
| + | |||
| + | The login as user "fritz" and continue below | ||
| + | |||
| + | === Desktop installation === | ||
| + | |||
| + | Login as "fritz". Open a terminal. Login as superuser root. | ||
| + | |||
| + | <code> | ||
| + | su | ||
| + | adduser fritz sudo | ||
| + | exit | ||
| + | </code> | ||
| + | |||
| + | === VMWare Tools === | ||
| Mount the vmware tools CDROM iso Virtuelle Maschine->VMWare Tools neu installieren | Mount the vmware tools CDROM iso Virtuelle Maschine->VMWare Tools neu installieren | ||
| + | |||
| + | Manual mount of the CDROM for the minimal system: | ||
| + | |||
| + | <code> | ||
| + | sudo mount /dev/cdrom /media/cdrom | ||
| + | </code> | ||
| <code> | <code> | ||
| - | cd /media/carom | + | cd /media/cdrom |
| cp VMwareTools-9.2.2-893683.tar.gz /tmp | cp VMwareTools-9.2.2-893683.tar.gz /tmp | ||
| Line 17: | Line 50: | ||
| sudo apt-get install build-essential linux-headers-amd64 | sudo apt-get install build-essential linux-headers-amd64 | ||
| - | sudo ./vmware-install.pl --clobber-kernel-modules=vmhgfs,vmxnet,vmblock,vmci,vsock,vmxnet3,pvscsi | + | sudo ./vmware-install.pl --clobber-kernel-modules=vmhgfs,vmxnet,vmblock,vmci,vsock,vmxnet3,pvscsi,vmmemctl |
| </code> | </code> | ||
| Line 28: | Line 61: | ||
| <code> | <code> | ||
| sudo dpkg --add-architecture i386 | sudo dpkg --add-architecture i386 | ||
| + | sudo apt-get update | ||
| </code> | </code> | ||
| Line 36: | Line 70: | ||
| </code> | </code> | ||
| + | Now continue with the [[ubuntu_virtual_cae_system#Install Altera Quartus and Modelsim|Quartus installation]] | ||