File: README

package info (click to toggle)
muroar 0.1.8-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 256 kB
  • sloc: ansic: 873; sh: 236; makefile: 134
file content (54 lines) | stat: -rw-r--r-- 1,433 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
                   µRoar
           ---------------------

--- What is µRoar?:
µRoar is a minimalistic library to create streams
to a RoarAudio Sound Server.

--- Build:

-- Build requirements:

A POSIX system or mingw, win32/msys.

-- How to build:

POSIX:
 $ ./configure
 $ make

For win32, build with mingw:
 $ CC=...mingw32...gcc ./configure --target-win32
 $ make

On OpenVMS, with HP C compiler:
 $ @build

--- Tested platforms:

OPERATING SYSTEM	ARCH	COMPILER	TESTED	M/STATUS	COMMENT
AND VERSION					VERSION
---------------------------------------------------------------------------------------------------
Debian Etch		ix86	gcc 4.1.2	last	s/OK
Debian Etch		x86_64	gcc 4.1.2	0.1.8	s/OK
Debian Lenny		ix86	gcc 4.3.2	0.1.2	s/OK
Debian Sid		ix86	clang 2.7	0.1.4	s/OK
Debian Sid		ix86	gcc 4.4.5	last	M/OK
Debian unstable		*	*		*	M/OK
OpenBSD 4.4		ix86	gcc 3.3.5	0.1.7	s/OK		-Wextra needs to be removed
									from the Makefile.
Windows XP Home		ix86	mingw 3.4.5	0.1.2	s/OK
Wine 0.9.25		ix86	mingw 3.4.5	0.1.8	s/OK
OpenVMS V8.3		Alpha	HP C V7.3-009	0.1.3	s/OK

Tested Version:
	Current:        Current as listed on Homepage
	last:           Last released version (This system is on release checklist)
	*b*:            Beta

Status: Maintenance/testing Status:
Maintenance:	s = your are on your own, sources.
		m = package in work, beta package
		M = maintained
		S = maintained source package
		B = maintained binary package