diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-10 20:59:54 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-10 21:08:10 +0800 |
| commit | b2c5da1d29ceeb8ce0dcf08d6ed78eb00793a8d0 (patch) | |
| tree | 9ff662f61caa21cad465a6dfa8debe2eb840019d /README.md | |
| parent | 2f18a0f6663141b567a75faa7e3e52b5dfa4f002 (diff) | |
Installation instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 +``` |