summaryrefslogtreecommitdiff
path: root/README.md
blob: 0588e8b5372102c83977de223aeb8df41ef496f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
```