aboutsummaryrefslogtreecommitdiffstats
path: root/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* README.{txt -> md) and update text incl. licenseSven Gothel2023-05-201-122/+0
|
* README/index.html: Update Web resources & URLs, add details about ↵Sven Gothel2023-05-171-2/+10
| | | | audio-backens per platform and contained openal-soft library
* README.txt: Linux: Add libpipewire-0.3-dev for PipeWireSven Gothel2023-05-051-1/+5
| | | | | On Debian 11 Bullseye: Use bullseye-backports `apt -t bullseye-backports install libpipewire-0.3-dev` to have libpipewire-0.3>=0.3.23, i.e. version 0.3.65.
* README: Linux: Add libsndio-dev for SndIO (linked)Sven Gothel2023-05-041-1/+2
|
* Bug 1363: Java 11: Validated build on Java11Sven Gothel2019-08-191-126/+46
| | | | | | | | | | Note: On Windows w/ CMake 3.15.2 and MingW64 8.1.0 openal-soft still doesn't build through yet (no regression, didn't build before). I added the <arg line="-G 'MinGW Makefiles'"/> and had to replace \cygwin\bin\sh.exe with a symbolic link to \cygwin\bin\bash.exe to make it pass .. still WIP. Compilation setup also claimed DSOUND headers were n/a.
* README: Add note regarding 'git --recurse-submodules' for openal-soft submoduleSven Gothel2014-02-161-0/+12
|
* README: Add Debian OpenAL-Soft apt-get install package listSven Gothel2014-02-151-0/+6
|
* removed requirement to specify 'joal.lib.dir' property since its no longer used.Michael Bien2010-08-281-10/+1
|
* renamed package to com.jogamp.openal.*Michael Bien2010-03-291-1/+1
|
* Added instructions from Travis Bryson for forcing OpenAL upgrade onkbr2006-02-011-1/+18
| | | | | | | Linux distributions which pre-bundle an older version of OpenAL git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@110 03bf7f67-59de-4072-a415-9a990d468a3f
* Moved GlueGen out of the JOGL workspace and into its own project.kbr2006-01-151-13/+16
| | | | | | | | | | | | | | | | Restructured JOGL and JOAL build processes to separately invoke GlueGen's main build.xml before using it to generate their code. Refactored OS/CPU detection code into gluegen-cpptasks.xml build file in GlueGen workspace, which is now imported by both the JOGL and JOAL build processes. Unfortunately it seems to be somewhat difficult to completely factor out the C compiler configuration into the GlueGen workspace so this has been left for a later date. Added missed ALProcAddressLookup file to JOAL workspace. Updated JOGL and JOAL build documentation. More documentation for the GlueGen workspace is forthcoming. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@103 03bf7f67-59de-4072-a415-9a990d468a3f
* Merged gluegen-branch-1-0 on to the main JOAL trunk. JOAL is now builtkbr2006-01-101-49/+29
| | | | | | | | using GlueGen and currently requires a built JOGL workspace as a sibling workspace of the JOAL workspace. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@101 03bf7f67-59de-4072-a415-9a990d468a3f
* added auto checking of OpenAL installationathomas2003-11-241-3/+7
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@81 03bf7f67-59de-4072-a415-9a990d468a3f
* Updated with information necessary for OSX. Tested successfully under 10.3.1 ↵gregorypierce2003-11-231-5/+9
| | | | | | | | | | | | with Apple JDK1.4.2, but should run properly with 10.2 and Apple JDK1.4.1. Issue number: Obtained from: Submitted by: Gregory Pierce Reviewed by: git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@76 03bf7f67-59de-4072-a415-9a990d468a3f
* * README.txt: finished sentencesugarshark2003-08-191-2/+2
| | | | | | | | | | | | | | | | | | | | | CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@51 03bf7f67-59de-4072-a415-9a990d468a3f
* * .cvsignore: new filesugarshark2003-08-181-17/+66
| | | | | | | | | | | | | | | | | | | | | | * README.txt : describe Linux build CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@50 03bf7f67-59de-4072-a415-9a990d468a3f
* updated README to include license and correct project nameathomas2003-06-071-2/+35
| | | | git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@22 03bf7f67-59de-4072-a415-9a990d468a3f
* Initial check-in of project filesathomas2003-06-071-0/+90
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@21 03bf7f67-59de-4072-a415-9a990d468a3f