-
-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Florian Thienel edited this page Jul 2, 2023
·
2 revisions
- Download the AppImage file from the latest release, for example
hellocontest-0.16.0-x86_64.AppImage
. - Make the AppImage file executable:
chmod a+x hellocontest-0.16.0-x86_64.AppImage
- Start Hello Contest by launching the AppImage file:
./hellocontest-0.16.0-x86_64.AppImage
On Ubuntu starting from version 22.04 you need to install libfuse2 in order to run AppImages: sudo apt-get install libfuse2
For more information about AppImage see appimage.org.
- Download the Debian package from the latest release, for example
hellocontest_0.16.0_amd64.deb
. - Install the package using apt-get:
sudo apt-get install ./hellocontest_0.16.0_amd64.deb
- Start Hello Contest, either in the terminal (simply type
hellocontest
) or by using the application launcher of your choice.
- Clone the AUR package hellocontest:
git clone https://aur.archlinux.org/packages/hellocontest
- Install the package using makepkg:
makepkg -i hellocontest
- Start Hello Contest, either in the terminal (simply type
hellocontest
) or by using the application launcher of your choice.
- Clone the Github repository:
git clone https://github.com/ftl/hellocontest.git
- Enter the project directory:
cd hellocontest
- Build the source code:
make
- Install Hello Contest:
sudo make install update_icons
- Start Hello Contest, either in the terminal (simply type
hellocontest
) or by using the application launcher of your choice.