Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
/ counter Public archive

A simple counter that can be used for the time management in scientific talks

License

Notifications You must be signed in to change notification settings

hep-mh/counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counter

Language: Java Version: 1.0

How to build?

The build process has been tested on Ubuntu, Windows and macOS using OpenJDK version 11 (and higher).

Ubuntu, Debian

First install the OpenJDK version 11 (or higher) via the command

sudo apt install openjdk-11-jdk

Afterwards an executable .jar file can be build using the following command

./build.sh

Which will be created in the build/ folder.

Windows

On Windows it is recommended to first install scoop and to set up an appropriate build environment by running

scoop install openssh, git
scoop bucket add java

Afterwards install the OpenJDK version 11 (or higher) via the command

scoop install openjdk11

macOS

coming soon (maybe...)

About

A simple counter that can be used for the time management in scientific talks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published