mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +00:00
7 lines
311 B
Plaintext
7 lines
311 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
echo
|
||
|
echo To build the program, run qmake, then make.
|
||
|
echo
|
||
|
echo The following dependency packages are required: libvorbis-dev, zlib1g-dev, libhunspell-dev, x11proto-record-dev, qt4-qmake, libqt4-dev, g++, libxtst-dev, libphonon-dev. They can be named slightly different in different distributions.
|