• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H07-May-2022-410342

icons/H03-May-2022-353289

src/H03-May-2022-11,1609,146

tools/H13-Jun-2005-1,3561,146

AUTHORSH A D20-May-200595 43

COPYINGH A D08-May-200517.6 KiB341281

ChangeLogH A D14-May-20053.9 KiB11881

INSTALLH A D08-May-20059 KiB230175

Makefile.amH A D09-May-20051.3 KiB4213

Makefile.inH A D13-Jun-200518.1 KiB589499

READMEH A D20-May-2005725 2416

THANKSH A D08-May-200561 32

aclocal.m4H A D13-Jun-2005251.1 KiB7,3046,493

bootstrapH A D08-May-2005935 296

config.guessH A D13-Jun-200542.8 KiB1,4661,268

config.h.inH A D13-Jun-20055.2 KiB199134

config.subH A D13-Jun-200530.8 KiB1,5701,429

configureH A D13-Jun-2005778.9 KiB25,22320,618

configure.acH A D08-May-20052.3 KiB10278

depcompH A D13-Jun-200513.5 KiB480304

install-shH A D13-Jun-20057 KiB295169

ltmain.shH A D13-Jun-2005179.7 KiB6,4275,058

missingH A D13-Jun-200510 KiB337263

mkinstalldirsH A D08-May-20053.3 KiB151102

scim-fcitx.spec.inH A D01-Jun-20051.4 KiB5841

README

11. About this package:
2
3This is fcitx ported to scim by baohaojun,
4<baohaojun@yahoo.com>. fcitx's author is yuking. scim's author is
5suzhe.
6
7The ported fcitx is based on original fcitx version 3.1.1, while
8scim's version is 1.2.0(higher versions should also be ok, unless
9specified otherwise).
10
112. Prerequisitions
12
13Currently this package doesn't has binary distro files yet, so you
14must compile from source. you must have the scim and scim-dev
15installed to compile this package.
16
173. Compilation & Installation
18
19if you checked out the code from cvs, then you should run
20$(top_srcdir)/bootstrap first. if you have problems running it, make
21sure you have automake-1.7.
22
23then do the "./configure && make && make install" triple.
24