Skip to content
Robin Candau edited this page Jul 24, 2023 · 7 revisions

Welcome to the gsimplecal wiki!

Installation

Binary packages

There are several maintained packages that I know of:

Building manually

Get the source code via git:

git clone git://github.com/dmedvinsky/gsimplecal.git

Now build it:

cd gsimplecal
./autogen.sh
./configure
make

If you want to use GTK2 instead of GTK3, use ./configure --enable-gtk2.

If everything went well, you now have ./src/gsimplecal binary file. You may put it anywhere you want. Optionally, you can install it the usual way. This way it also puts the man page in the appropriate place.

sudo make install

Dependencies

Runtime

  • libc
  • libstdc++
  • libglib
  • libgtk3 / libgtk2

Buildtime

  • autotools (autogen, autoconf, automake)
  • pkg-config
  • libgtk-3-dev / libgtk-2-dev
  • C++ compiler (tested only with g++)

Configuration and usage

See man gsimplecal for configuration details.

Also, see Useful tips.