You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
361 B
16 lines
361 B
####################### |
|
## 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
|
|
|