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

..03-May-2022-

gui/H03-May-2022-3,3612,667

LICENCEH A D20-Aug-200617.6 KiB342281

MakefileH A D20-Aug-2006257 1711

Makefile.solarisH A D20-Aug-2006231 138

Makefile.windowsH A D20-Aug-2006367 1611

READMEH A D20-Aug-2006922 3623

configlib.cH A D20-Aug-20067.7 KiB413336

configlib.hH A D20-Aug-20061,020 3924

cpige.cH A D20-Aug-200638.4 KiB1,4961,164

cpige.conf.exampleH A D20-Aug-20064.4 KiB134107

cpige.hH A D20-Aug-20061.9 KiB9361

debug.cH A D20-Aug-20061.8 KiB8152

debug.hH A D20-Aug-2006990 3615

icy.cH A D20-Aug-20064.3 KiB185149

icy.hH A D20-Aug-2006490 3424

id3.cH A D20-Aug-20061.9 KiB7857

id3.hH A D20-Aug-2006114 74

mynet.cH A D03-May-20226.6 KiB310235

mynet.hH A D03-May-20221,017 4334

mytime.cH A D20-Aug-20062.4 KiB150127

mytime.hH A D20-Aug-2006364 2116

pool.cH A D20-Aug-20061.4 KiB9369

pool.hH A D20-Aug-2006370 1914

tool.cH A D20-Aug-20063.5 KiB181141

tool.hH A D20-Aug-2006390 1914

README

1cPige help. cPige is a Laurent Coustet product.
2For more informations about me and my software,
3please visit http://ed.zehome.com/
4
5Usage: ./cpige -c path/to/cpige.conf
6    -c path/to/cpige.conf.
7
8
9=========== GUI ===========
10
11A GTK2 GUI is now available for cPige 1.5.
12To use it:
13
14cd gui; ./configure && make
15
16now, copy cpige binary somewere the GUI will find in PATH, then launch
17cpigeGUI.
18
19Enjoy :)
20
21=========== Upgrading ===========
22Prior to version 1.4, cPige uses command line options.
23In 1.4, thoses command lines were removed, to leave the place
24to a config file.
25
26But cPige is back compatible. You should be able to use old command
27line options, by compiling cPige with the NOCONFIG flag.
28
29Example:
30
31NOCONFIG=1 make clean all
32
33Then cPige should work as prior to 1.4. (Note that new functionnalities comming
34from 1.4 and more will not be backported to commandLine options, excepted
35if this is a request of users.)
36