User Tools

Site Tools


dev:clone_from_github

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
dev:clone_from_github [2017/07/14 08:52] – [Install SDL] ackleydev:clone_from_github [2017/07/15 13:32] (current) – [Install SDL] ackley
Line 22: Line 22:
  
 <code> <code>
-sudo apt-get install git g++ libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libcrypt-openssl-bignum-perl libcrypt-openssl-rsa-perl libcapture-tiny-perl+sudo apt-get install git g++ libsdl1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libcrypt-openssl-bignum-perl libcrypt-openssl-rsa-perl libcapture-tiny-perl
 </code> </code>
  
Line 51: Line 51:
 ''libsdl-image1.2-dev'' is the package for translating image types other than bitmaps. ''libsdl-image1.2-dev'' is the package for translating image types other than bitmaps.
  
-''libsdl-mixer1.2-dev'' is the package for playing audio. +''libsdl-ttf2.0-dev'' is the package for rendering TrueType fonts. Note that, despite the name, this is an SDL 1.2 package.
- +
-''libsdl-ttf2.0-dev'' is the package for rendering TTF fonts. Note that, despite the name, this is an SDL 1.2 package.+
  
 Install the packages: Install the packages:
Line 60: Line 58:
 sudo apt-get install libsdl1.2-dev sudo apt-get install libsdl1.2-dev
 sudo apt-get install libsdl-image1.2-dev sudo apt-get install libsdl-image1.2-dev
-sudo apt-get install libsdl-mixer1.2-dev 
 sudo apt-get install libsdl-ttf2.0-dev sudo apt-get install libsdl-ttf2.0-dev
 </code> </code>
Line 105: Line 102:
 This may //also// take quite a while. This may //also// take quite a while.
  
-Once the ULAM compiler is built, you need to use it to build ``ulam exports'' -- various libraries and demos that are part of the system:+Once the ULAM compiler is built, you need to use it to build "ulam exports-- various libraries and demos that are part of the system:
  
 <code> <code>
dev/clone_from_github.1500022331.txt.gz · Last modified: 2017/07/14 08:52 by ackley