File: INSTALL

package info (click to toggle)
foobillard 3.0a-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 2,240 kB
  • ctags: 1,307
  • sloc: ansic: 14,228; sh: 647; makefile: 186
file content (14 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
BUILDING:
---------

simply type:

  configure
  make
  make install

if you want to enable the use of SDL instead of GLUT type:

  configure --enable-SDL
  make
  make install