Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 586 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 586 Bytes

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