mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
#######################
|
|
## Building QupZilla ##
|
|
#######################
|
|
|
|
in src/ folder:
|
|
qmake QupZilla.pro
|
|
make (unix) or nmake (Windows)
|
|
compiled binary is moved to bin folder
|
|
|
|
Windows:
|
|
execute binary from bin folder
|
|
|
|
Unix
|
|
move all folders (data, locale, plugins) to /usr/share/qupzilla
|
|
move binary to /usr/bin
|
|
execute binary here
|