File: README.DOS

package info (click to toggle)
vfu 3.03-2.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,444 kB
  • ctags: 1,779
  • sloc: cpp: 15,236; perl: 377; makefile: 300; sh: 77
file content (14 lines) | stat: -rw-r--r-- 432 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

  this file contains some hints how to compile vfu under dos/djgpp
 
  1. you have to edit makefile's in the vslib and vfu directories
     and change `g++' to `gcc' in `CC' and `LD' fields.
 
  2. remove `-lncurses' from both makefiles `LDFLAGS' field.
 
  3. try to `make' in vslib dir and after this in the vfu dir.

  NOTE: you must preserve the tabs in the makefile's!

  if you have problems contact me at <cade@biscom.net>