/*
 *   2008/08/29 Seiichirou Babasaki : <babasaki@mindgear.org>
 *
 *   URL  http://www.mindgear.org/index.cgi/PlusAlpha?page=Cmemo%2Bi
 */


/******************
    Installation
     (Automake Version)
 ******************/

cmemo requires Gtk+, 2.0.0 or higher.


 $ ./configure

** If you are an OpenBSD user, try --enable-openbsd ,
   or you must modify src/cme_def.h 
   /* #define OPENBSD 0 */
    cahnges, 
   #define OPENBSD 1

** --prefix=/usr/local (default)
   You want to install to /usr ,
   --prefix=/usr
** Other options, Please refer to: "./configure --help"

 $ make
 $ make ini    /* cp config file  ~/.cmemo */

** Updated source or dot.cmemo files, You should be installed.


(Option) % make ini-rc  /* cp resource file ~/.cmemorc */

 $ su       /* chang root */
 # make install

If you want to uninstall, simply type
 # make uninstall  /* root */
and ,
 $ rm ~/.cmemo    /* you needed */

I hope you like cmemo. Enjoy!!

