From b2c5da1d29ceeb8ce0dcf08d6ed78eb00793a8d0 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 10 Dec 2025 20:59:54 +0800 Subject: Installation instructions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 131aaa5..0588e8b 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ # QML implementation of [Eduport](https://eduport.webestica.com) + +# Installation + +## Getting + +```sh +$ git clone git://darapsa.org/qeduport.git +$ cd qeduport +$ mkdir build +$ cd build +``` + +## Installation + +```sh +$ /Applications/Qt/QtDesignStudio/qt6_design_studio_reduced_version/bin/qmake ../Eduport.pro +$ make install +``` -- cgit v1.2.3