Downloads

Select your operating system
Linux Windows Other Special
ArchArch WindowsInstaller FreeBSDFreeBSD Source codeSource code
FedoraFedora WindowsBinary zip MacMac OS X
DebianDebian
UbuntuUbuntu
OpenSuseOpenSuse
MageiaMageia
AppImageAppImage
LinuxGeneric Linux

Arch Linux

Use aur package.

Fedora

Use Fedora repository,
as root
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:dvx13/Fedora_version/home:dvx13.repo
dnf install dxtime
version change to some of available.

Debian

Use Debian repository,
as root
echo 'deb http://download.opensuse.org/repositories/home:/dvx13/Debian_version/ /' | tee /etc/apt/sources.list.d/home:dvx13.list
curl -fsSL https://download.opensuse.org/repositories/home:dvx13/Debian_version/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home:dvx13.gpg > /dev/null
apt update
apt install dxtime
version change to some of available.

Ubuntu

Use Ubuntu repository,
echo 'deb http://download.opensuse.org/repositories/home:/dvx13/xUbuntu_version/ /' | sudo tee /etc/apt/sources.list.d/home:dvx13.list
curl -fsSL https://download.opensuse.org/repositories/home:dvx13/xUbuntu_version/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:dvx13.gpg > /dev/null
sudo apt update
sudo apt install dxtime
version change to some of available.

OpenSuse

Use OpenSuse repository,
as root
zypper addrepo http://download.opensuse.org/repositories/home:dvx13/openSUSE_version/home:dvx13.repo
zypper refresh
zypper install dxtime
version change to some of available.

Mageia

Use Mageia repository,
as root
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:dvx13/Mageia_version/home:dvx13.repo
dnf install dxtime
version change to some of available.

AppImage

Download image dxtime-latest-x86_64.AppImage

Generic Linux

If you have a distribution using deb packages, try using the same approach as for Debian or Ubuntu.
If you have a distribution using RPM packages, try making your package manager to use Fedora repository or OpenSuse repository.
In other cases, you'll probably need to use the AppImage or source code.

Windows

Download installer dxtime-1.2.4-setup.exe

Download zip binary package dxtime-1.2.4-win.zip

FreeBSD

You need to use the source code.
Some a volunteer for make a port?

Mac OS X

Mac OS X 10.14 or higher

Download image dxtime-1.2.4.dmg

Or use Homebrew

  1. Type 'brew tap archdvx/dxsolutions'
  2. Type 'brew install --cask dxtime'

Source code

Download source code dxtime-1.2.4.tar.gz

Open a terminal and browse into the extracted folder.

*nix

  1. Type 'mkdir build && cd build'.
  2. Type 'cmake ..' to configure the program. If you would like to install the program somewhere other than /usr/local, pass a new value for CMAKE_INSTALL_PREFIX during configuration: 'cmake -DCMAKE_INSTALL_PREFIX=/opt'.
  3. Type 'make' to compile the program.
  4. Type 'sudo make install' to install the program.

Windows

  1. Use cmake to configure the program.
  2. Use selected generator to compile the program.