One Click Install makes it easy for users to install software, no matter where that software is located.
To build and develop One Click Installer, several packages may be required from your distribution. Here's a list. Required Dependencies
- Qt Framework > 5.2.0
- Libzypp API
$ zypper install PackageKit-Qt5-devel libzypp-devel libqt5-qtbase-devel
To get the source code, clone the GitHub repository:
$ git clone https://github.com/openSUSE/one-click-installer.git
If you want to contribute into the project you can fork the repository and clone your fork.
-
Get the source code form GitHub repository
-
Change in to one-click-installer directory:
$ cd one-click-installer
-
Create and change in to a build directory for compilation:
$ mkdir build; cd build
-
Run and configure process with cmake:
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-
Compile, and Install One Click Installer:
$ make && [sudo] make install
Saurabh Sood
Cornelius Schumacher
Matt Barringer
Antonio Larrosa
Shalom Rachapudi David