Mercurial > audlegacy-plugins
comparison src/sap/doc/COMPILATION @ 142:c0b31cf2c7cd trunk
[svn] Atari XL SAP. This compiles anything but cleanly, but somehow still
works. No one will notice anyway, though. What percentage of the
population listens to Atari XL music? I don't have an answer to that,
but I'd guess that Audacious' SAP plugin will be used by approximately 2
people.
| author | asheldon |
|---|---|
| date | Sun, 29 Oct 2006 01:08:30 -0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 141:6d1f65117180 | 142:c0b31cf2c7cd |
|---|---|
| 1 COMPILATION REQUIREMENTS | |
| 2 ------------------------ | |
| 3 | |
| 4 To compile the plugin you need: | |
| 5 | |
| 6 - gcc/g++ and at least libc6 2.1.x with POSIX pthreads | |
| 7 and a linux or *BSD system | |
| 8 | |
| 9 TESTED: | |
| 10 linux/x86 (gcc 2.95.2 and glibc 2.1.3) - compiles cleanly, works OK | |
| 11 linux/x86 (gcc 2.95.4 and glibc 2.2.5) - compiles cleanly, works OK | |
| 12 linux/alpha (gcc 3.2.2 and glibc 2.2.5) - compiles cleanly, works OK | |
| 13 | |
| 14 - xmms (of course :)), libxmms,libxmms-devel | |
| 15 | |
| 16 TESTED: | |
| 17 xmms 1.2.7 - OK | |
| 18 REPORTED: | |
| 19 xmms 1.2.8 - OK | |
| 20 | |
| 21 - gtk,gtk-devel, glib,glib-devel | |
| 22 | |
| 23 TESTED: | |
| 24 gtk+ 1.2.10 glib 1.2.10 - OK | |
| 25 REPORTED | |
| 26 gtk+ 1.2.8 glib 1.2.8 - OK | |
| 27 | |
| 28 | |
| 29 COMPILATION INSTRUCTIONS | |
| 30 ------------------------ | |
| 31 | |
| 32 NOTE: Since I cannot have access to as many platforms as linux runs on, I need the | |
| 33 information about copilation issues on different machines/oses/architectures. | |
| 34 Just compile it! If it fails drop me a line with info on your system, | |
| 35 compiler and glibc versions. | |
| 36 If it compiles OK, and you use something different than the software / platform | |
| 37 mentioned above as TESTED, I need the info even more. Please be helpful ;) | |
| 38 | |
| 39 To compile just do a 'make && make install' in the plugin source dir. | |
| 40 That's it. Enjoy! |
