Added "Building from source"
12
Building-from-source.md
Normal file
12
Building-from-source.md
Normal file
@@ -0,0 +1,12 @@
|
||||
If you cannot use docker, you can build the sources in your own environment. Please make sure that you use the latest & greatest tools available (Qt-version, qmake, lrelease, compiler, etc.).
|
||||
|
||||
Currently this is the only way to get certain extra functionality working (Bugs [#59](https://github.com/0xFEEDC0DE64/QtZeiterfassung/issues/59), [#60](https://github.com/0xFEEDC0DE64/QtZeiterfassung/issues/60), [#61](https://github.com/0xFEEDC0DE64/QtZeiterfassung/issues/61))
|
||||
|
||||
```
|
||||
git clone --recursive https://github.com/0xFEEDC0DE64/QtZeiterfassung.git
|
||||
mkdir build_QtZeiterfassung
|
||||
cd build_QtZeiterfassung
|
||||
qmake ../QtZeiterfassung
|
||||
make
|
||||
make install # only needed on first build to copy needed resources
|
||||
```
|
Reference in New Issue
Block a user