Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of code/libs/OpenAL


Ignore:
Timestamp:
Nov 29, 2007, 2:04:18 PM (16 years ago)
Author:
nicolape
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs/OpenAL

    v7 v8  
    77You need the [http://www.openal.org/openal_webstf/downloads/openal-0.0.8.tar.gz OpenAL] and the [http://www.openal.org/openal_webstf/downloads/freealut-1.1.0.tar.gz FreeAlut] Package. FreeAlut are utilities for OpenAL and depend on it.
    88
    9 Install-Script for installing all to a predefined directory:
     9Install-Script for installing the two packages to a predefined directory:
    1010{{{
    1111#!/bin/bash
    1212
    13 INSTALL_DIR=/home/nicolape/openal/test
     13INSTALL_DIR=/insert/your/desired/directory/here
    1414
    1515cd openal-0.0.8