Difference between revisions of "YAL Guide"

From FreeSpace Wiki
Jump to: navigation, search
Line 5: Line 5:
 
=== Common Steps ===
 
=== Common Steps ===
  
# Download YAL (insert link here)
+
# Download YAL (insert link here - maybe need to get this via subversion?)
 
# Extract the tarball (double check naming and extraction paths)
 
# Extract the tarball (double check naming and extraction paths)
 
# Install the YAL dependencies
 
# Install the YAL dependencies
  
==== Fedora 16 ====
 
  
$ yum install gcc gcc-c++ make qt qt-devel SDL-devel
+
{| border="1" cellpadding="2"
 +
|-
 +
! Distro
 +
! Dependencies
 +
|-
 +
| Fedora 16
 +
| <tt>sudo yum install gcc gcc-c++ make qt qt-devel SDL-devel</tt>
 +
|-
 +
| Ubuntu 11.10
 +
| tba
 +
|}

Revision as of 08:59, 12 December 2011

Step by Step guide to building YAL on Linux

I'm going to try to cover every distro I can get my hands on...

Common Steps

  1. Download YAL (insert link here - maybe need to get this via subversion?)
  2. Extract the tarball (double check naming and extraction paths)
  3. Install the YAL dependencies


Distro Dependencies
Fedora 16 sudo yum install gcc gcc-c++ make qt qt-devel SDL-devel
Ubuntu 11.10 tba