-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Robin Candau edited this page Jul 24, 2023
·
7 revisions
Welcome to the gsimplecal wiki!
There are several maintained packages that I know of:
-
sudo pacman -S gsimplecal
-
sudo apt-get install gsimplecal
-
sudo apt-get install gsimplecal
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
- libc
- libstdc++
- libglib
- libgtk3 / libgtk2
- autotools (autogen, autoconf, automake)
- pkg-config
- libgtk-3-dev / libgtk-2-dev
- C++ compiler (tested only with g++)
See man gsimplecal
for configuration details.
Also, see Useful tips.