Skip to content

A simple time tracker for your daily work routine written in Vala. It runs on Linux as well as Windows 10. You can find a downloadable Windows build among the releases. The purpose of this app is not to look nice. Rather, its purpose is to find out, whether Vala / GTK3 is reasonable choice as technology stack for cross-plattform Desktop apps.

License

Notifications You must be signed in to change notification settings

cwrsimon/vala-time-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vala Time Tracker


Installing on Windows

  1. Setup an MSYS2 environment on your machine: http://www.msys2.org/

  2. Update your environment:

pacman -Syu
  1. Clone this git repository.

  2. Install the required packages from pkglist.txt:

pacman -S --needed - < required-packages.txt
  1. Fire up meson and ninja:
cd vala-time-tracker
meson build
ninja -C build
  1. Test the build:
cd build/src/
./TimeTracker.exe
  1. Install to /mingw64:
ninja -C build install
  1. Build a zippable distro:
sh build-distro.sh

About

A simple time tracker for your daily work routine written in Vala. It runs on Linux as well as Windows 10. You can find a downloadable Windows build among the releases. The purpose of this app is not to look nice. Rather, its purpose is to find out, whether Vala / GTK3 is reasonable choice as technology stack for cross-plattform Desktop apps.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published