mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Add a mock ./configure script which tells one to run qmake && make.
This commit is contained in:
parent
f2d38a359c
commit
5823b5fa2d
6
configure
vendored
Executable file
6
configure
vendored
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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.
|
Loading…
Reference in a new issue