File: README

package info (click to toggle)
fbterm-ucimf 0.2.9-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 1,436 kB
  • ctags: 221
  • sloc: sh: 10,226; ansic: 297; cpp: 72; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 653 bytes parent folder | download | duplicates (6)
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
Dear Users,
  
  ( for tarball source )

  1. This extension has dependency on 'libucimf', please 
     remember to install it before compilation. 

  2. The package obey common tarball conventions, just 
       `./configure`
       `make`
       `make install`
     and append customization parameters as `./configure --help` said.
 

Dear Developers,

  ( for online repository source )

  0. Please execute following command to initialize autotools 
      for the first compilation
  
       `autoreconf -i --force`
  
     It will generate 'configure' and 'Makefile'
  
  1. Compile

       `make`
  
  2. Install
        
       `make install`