Skip to content

AurelienJ/concoursjeunes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConcoursJeunes

ConcoursJeunes is a free Archery contest managment software.

Initially dedicated to the special youth competitions of the FFTA (French Archery Federation), the application can however be used for all types of archery competitions.

Application is published under the open source CeCILL V2.0 (An French Right licence compatible with GPL)

How to install release version ?

For windows

Download setup-ConcoursJeunes-[last release version].exe in release and execute it.

For linux

  • For debian like distributions (debian, ubuntu, ...), download concoursjeunes_[last release version]_all.deb and run:

    sudo dpkg -i concoursjeunes_*_all.deb

  • For Red Hat like distributions (fedora, rhel, suse, ...), download concoursjeunes_[last release version]_all.deb and run:

    sudo rpm -i ConcoursJeunes-*.noarch.rpm

  • For other distributions, download ConcoursJeunes-[last release version].tar.gz Extract archive in a directory and, in this directory run:

    sudo make install

Developers environment

  1. Clone current repository

  2. Install, if not already installed, "apache ant" (https://ant.apache.org/)

  3. Install, if not already installed, "apache ivy" (https://ant.apache.org/ivy/)

  4. Download pre-requiered resources with command:

    ant -f projectBuilder.xml buildgenaratedressources

  5. Get dependencies with command:

    ant -buildfile build.xml resolve

  6. At this point you can build and run application with eclipse, vscode or ideaj