[go: up one dir, main page]

File: INSTALL

package info (click to toggle)
antennavis 0.3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 944 kB
  • ctags: 658
  • sloc: ansic: 7,208; sh: 1,028; makefile: 99
file content (9 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
You will need to install the tcl and tk development libraries and headers
to compile antennavis. Version 8.4 is recommended, but it will also work
with version 8.3. I have tried to use autoconf, which will hopefully detect
the needed libraries. You will only have to type: ./configure; make;
make install.

Antennavis also needs the OpenGL libraries and headers for compilation.
Om my Debian system the package needed is called libglu1-xorg-dev or
xlibmesa-glu-dev and xlibmesa-gl-dev.