Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 729 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 729 Bytes

apt-gui

This is a graphical user interface for apt.

A pre-built "apt-gui.jar" file is available here.

Screenshot

Screenshot of APT-GUI

How to build

apt-gui depends on apt which is included as a git submodule. Therefore either clone with

git clone --recursive https://github.com/jprellberg/apt-gui.git

or run

git submodule init
git submodule update

after cloning.

After cloning you can build apt-gui with

cd apt-gui
./gradlew jar

Some other available build targets are: clean, eclipse, javadoc