aarroyoc / divel-calendar

Source code of Divel Calendar for Windows, Linux and Android under the GPLv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

divel-calendar

Source code of Divel Calendar for Windows, Linux and Android under the GPLv2

Compiling

Linux

Standard

Go to wxWidgets dir and run the following commands:

cmake . -DCMAKE_INSTALL_PREFIX=/usr

make

make install

Debian/Ubuntu/Linux Mint

Go to wxWidgets dir and run the following commands:

dpkg-buildpackage -rfakeroot -kINSERT_GPG_KEY_OR_EMAIL

Go up and install it

sudo dpkg -i DEB_FILE

Ubuntu PPA

Go to wxWidgets dir and run:

debuild -S -kINSERT_GPG_KEY_OR_EMAIL

Go up and upload it:

dput ppa:PPA_NAME SOURCE.CHANGES_FILE

About

Source code of Divel Calendar for Windows, Linux and Android under the GPLv2


Languages

Language:C++ 58.8%Language:Java 32.9%Language:Perl 3.1%Language:C 2.7%Language:Shell 2.0%Language:Objective-C 0.5%