Difference between revisions of "YAL Guide"
From FreeSpace Wiki
Line 1: | Line 1: | ||
== Step by Step guide to building YAL on Linux == | == Step by Step guide to building YAL on Linux == | ||
− | |||
− | |||
=== Common Steps === | === Common Steps === | ||
− | # Download YAL ( | + | # 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) | ||
− | # | + | # 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
- 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)
- cd yal/trunk
- ./build-all.sh
Distro | Dependencies |
---|---|
Fedora 16 | sudo yum install gcc gcc-c++ make qt qt-devel SDL-devel |
Ubuntu 11.10 (& derivatives) | tba |