Difference between revisions of "YAL Guide"

From FreeSpace Wiki
Jump to: navigation, search
Line 1: Line 1:
 
== Step by Step guide to building YAL on Linux ==
 
== 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 ===
 
=== Common Steps ===
  
# Download YAL (insert link here - maybe need to get this via subversion?)
+
# Install the YAL dependencies (see the table below)
 +
# Download YAL (http://vega.livecd.pl/~havner/yal/linux - check if you need to get this via subversion?)
 +
# Open a terminal window
 
# Extract the tarball (double check naming and extraction paths)
 
# Extract the tarball (double check naming and extraction paths)
# Install the YAL dependencies
+
# cd yal/trunk
 
+
# ./build-all.sh
  
 
{| border="1" cellpadding="2"
 
{| border="1" cellpadding="2"
 +
|+ YAL Library Dependencies
 
|-
 
|-
 
! Distro
 
! Distro
Line 18: Line 19:
 
| <tt>sudo yum install gcc gcc-c++ make qt qt-devel SDL-devel</tt>
 
| <tt>sudo yum install gcc gcc-c++ make qt qt-devel SDL-devel</tt>
 
|-
 
|-
| Ubuntu 11.10  
+
| Ubuntu 11.10 (& derivatives)
 
| tba
 
| tba
 
|}
 
|}

Revision as of 09:28, 12 December 2011

Step by Step guide to building YAL on Linux

Common Steps

  1. Install the YAL dependencies (see the table below)
  2. Download YAL (http://vega.livecd.pl/~havner/yal/linux - check if you need to get this via subversion?)
  3. Open a terminal window
  4. Extract the tarball (double check naming and extraction paths)
  5. cd yal/trunk
  6. ./build-all.sh
YAL Library Dependencies
Distro Dependencies
Fedora 16 sudo yum install gcc gcc-c++ make qt qt-devel SDL-devel
Ubuntu 11.10 (& derivatives) tba