[go: up one dir, main page]

File: INSTALL

package info (click to toggle)
fbzx 3.1.0-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye, buster, stretch
  • size: 2,152 kB
  • ctags: 861
  • sloc: cpp: 10,495; ansic: 8,663; python: 1,116; makefile: 123; xml: 28; sh: 3
file content (32 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
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
HOW TO INSTALL FBZX

If you want to install FBZX, you must compile your own version,
just typing as root:

	make clean
	make
	make install

Be sure you have the SDL, libasound2 and libpulse libraries (both runtime and
headers).


HOW TO RUN FBZX

Just type

	fbzx

If you don't want sound (or you haven't a sound card), you can run it with

	fbzx -nosound

To know all the other FBZX options, just type

	fbzx -h

or

	fbzx --help

and enjoy!