-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.TXT
38 lines (33 loc) · 1.43 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Compiling:
You need qt5, libnatmpm, openssl, miniupnpc and opus. The debian control
file is made for qt5 but program compiles with qt4 also. In qt4-case add
libmagick and libqjson into dependencies.
So, using your favourite package-manager
install
qtbase5-dev-tools
libssl-dev
libnatpmp-dev
libminiupnpc-dev
dpkg-dev (if going to build with dpkg-buildpackage)
libgcrypt11-dev (if going to build with dpkg-buildpackage, it checks for this)
libqt5sql5-sqlite (is needed at runtime, not compile time)
libopus-dev
imagemagick (alternatively download
https://github.com/operatornormal/classified-ads/blob/graphics/preprocessed.tar.gz?raw=true
and unpack that into same directory with the sources and skip the
graphics-highres -part below)
Libgcrypt-dev or libgcrypt11-dev are needed for test suite, some bignum
tests are done against routines in this library but in normal runtime
there is no dependency.
If compiling in linux or other unix-like system, you do the following:
- but skip this part for debian+derivatives (ubuntu,mint) if building
with dpkg-buildpackage:
cd graphics-highres
make
cd ..
Then just say "qmake ; make install" and that should do the trick ; or
if inside debian-ecosystem "dpkg-buildpackage -r" in this directory should
produce a installable package for your environment ; this is the correct
way anyway.
For compiling under ms-windows, see readme-file in sub-dir windows.
License: LGPL. Happy hacking.