File: INSTALL

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 (43 lines) | stat: -rw-r--r-- 1,338 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

   1. how to compile vfu

     first you have to check if there's `vslib' called directory
     at the same level as `vfu' directory.
 
     then you have to `cd vslib' and run `make' which will
     produce libvslib.a library needed by vfu compilation process.
 
     then `cd ../vfu' (i.e. go to vfu directory) and type `make'.
     as result you can find `vfu' executable in the same directory.

     if something goes wrong, check these:

     -- if your `curses.h' file locations is not `/usr/include/ncurses'
        you have to change this in the Makefile.
 
     -- if vslib library is not in the `../vslib' directory you also
        have to change this in the Makefile.

   2. how to install vfu
 
      run `install' script from vfu base directory

   3. how to install vfu manually
 
     -- you have to copy `vfu' in the `/usr/local/bin' or
        `/usr/bin' directory and set mode to 755 `rwxr-xr-x'
        the owner is not significant ( root is also possible ).

     -- there is preliminary man page ( vfu.1 ) which could be
        copied to /usr/man/man1.
 
     -- copy all `rx/rx_*' tools to /usr/local/bin
     -- copy ftparc/ftparc utility to /usr/local/bin
 
     If you still have problems feel free to contact me anytime.
 
     Thank you!

     P! Vladi.
     Vladi Belperchinov-Shabanski <cade@biscom.net>