User Tools

Site Tools


user:jbrant:csit2320:video_wall_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:jbrant:csit2320:video_wall_notes [2010/05/14 13:11] jbrantuser:jbrant:csit2320:video_wall_notes [2010/05/14 15:57] (current) jbrant
Line 1: Line 1:
 +Chromium_install
  
 +step 1. wget http://sourceforge.net/projects/chromium/files/Chromium-source/Chromium%201.9/cr-1.9.zip/download
 +
 +step 2. unzip cr-1.9.zip
 +
 +step 3. cd /cr
 +
 +Note : The next few lines will be repeated a number of times 
 +
 +step 4. Make 2> chrom-error
 +
 +step 5. view chrom-error
 +
 +step 6. aptitude search mesa 
 + 
 +step 7. aptitude install Libgl1-mesa +-dev
 +
 +do steps 4 thur 7 
 +
 +In step 6 replacing mesa with each of the following options: \\
 + glu \\
 + Xmu \\
 + glut \\
 + GL \\
 + xlibmesa \\
 + jpeg62 \\
 +
 +
 +
 +
 +
 +In step 7 replace "Libgl1-mesa +-dev" with each of the following:
 +xlibmesa-glu xlibmesa-glu-dev \\
 +libxmu-dev libxmu6 libxmu-headers \\
 +libglut3 libglut3-dev \\
 +libgl-dev libgl1 libgl1-mesa libgl1-mesa-dev libgl1-mesa-dri \\
 +zlib1g-dev
 +libxi-dev
 +libjpeg62-dev
 +
 +step 8. cr-1.9/config -mdd /etc/
 +
 +
 +