Anthony Bilinski
82d5beeee9
fix(docs): add sqlcipher to required arch deps
6 years ago
FeRD (Frank Dana)
7ef7b0e1f9
chore(build): update simple_make for Fedora
...
In addition to a package-list refresh, enhance simple_make to:
- also add `/usr/local/lib64/` to `/etc/ld.so.conf.d/`
- export a corresponding `PKG_CONFIG_PATH` before running builds
- run `bootstrap.sh --without-sqlcipher`, which is preinstalled
6 years ago
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
...
zealously updates and adds qTox copyright information.
Fixes #5713
6 years ago
sudden6
5880ab8a42
chore(deploy): add snorenotify to AppImage deployment
6 years ago
sudden6
1537f83e85
fix(simple_make): correct variable initialization
7 years ago
tox-user
ead2152d6f
fix: simple_make.sh script
...
- fix crash when run without parameters
- use cmake instad of automake for building toxcore
7 years ago
sudden6
64a7c24b2b
fix(appimage): build sqlcipher form source
...
Needed since Debian version is broken https://bugs.debian.org/850421
7 years ago
sudden6
f7345e4db2
feat(appimage): build appimage on TravisCI
...
first step on the way to #4874
7 years ago
tox-user
7627d60a89
fix(docs): update dependencies for Debian
...
Add missing libavcodec-dev and remove libglib2.0-dev,
which already is a dependency of libgdk-pixbuf2.0-dev.
7 years ago
Ilya Bizyaev
f7e089f7a7
fix(build): Add missing dependency for openSUSE
...
Build failed without `libexif-devel`
8 years ago
sudden6
dcf6240cd1
chore(simple_make): use the correct pattern syntax in zypper
...
This fixes different package names for the patterns in OpenSUSE Leap and
Tumbleweed.
Fixes #4751
8 years ago
Zetok Zalbavar
5eaf0ab133
chore(simple_make): remove code for no longer supported Debian 8
8 years ago
Vincas Dargis
2066c2e002
fix(build): install libexif-dev on apt-based systems
...
Add libexif-dev into dependency list.
8 years ago
Diadlo
6e0bdf2cd2
chore: Remove qtox.pro and its mention
8 years ago
sudden6
5d159e0203
fix(dependency): remove unused qt sql dependency
...
fix #4567
8 years ago
Flemming Richter
2a093936e3
chore(build): switch from ffmpeg2-devel to libav*-devel for OpenSUSE
...
Switched to libav*-devel because ffmpeg-devel is not available on
OpenSUSE in the official repos, and libav*-devel provides the headers
for FFmpeg 3.x series.
8 years ago
Flemming Richter
9b3d919d27
chore(build): add missing dependencies and fix make path
...
This commit adds the following fixes to simple_make.sh
- cmake -H -B is undocumented and not officially supported, so replace
it with the standard way
Fixes #4267
- fix build via "opensuse" docker image
+ zypper in sudo (if not installed)
+ replace external program "which" with shell built-in "command -v"
+ update and sorte depencies for OpenSUSE
+ improve the distro test, as OpenSUSE may have apt installed, but
not necessarily lsb_release.
Note:
OpenSUSE has no package called ffmpeg-devel in the official repos, but it
it has ffmpeg2-devel.
8 years ago
Zetok Zalbavar
3f013331c6
docs(INSTALL): add missing Debian dependency `qttools5-dev`
...
Which provides needed `Qt5LinguistToolsConfig.cmake` for CMake.
8 years ago
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake
9 years ago
Diadlo
5694f97d58
chore: Update build scripts
...
Migration from qmake on cmake
9 years ago
Vincas Dargis
fb5639b292
fix(build): enable backports repository for Debian Jessie
...
Enable jessie-backports repository for libsqlcipher-dev package
in Debian Jessie by creating qtox-backports.list file if
repository is not enabled yet.
Closes #3679
9 years ago
Zetok Zalbavar
099bb439ce
refactor(boostrap.sh): add line to locallib.conf only if doesn't exist
...
Didn't actually test.
9 years ago
sudden6
00ac9ba606
chore(simple_make): Fix build for Fedora
...
Add some missing dependencies and the fix from #3308
Tested on a fresh Fedora 23 install
9 years ago
Zetok Zalbavar
5cb271b0c0
fix(simple_make.sh): add sqlite dependencies for Fedora
...
Thanks to @linux-modder for suggestion.
Also fix local install in bootstrap.sh of sqlcipher ending prematurely.
9 years ago
Zetok Zalbavar
5b51f71ff8
fix(simple_make.sh): add missing dependencies for Fedora
...
By installing RPM Fusion repo, which provides required ffmpeg.
Also add missing qt5-qtsvg-devel dependency.
Closes #2998
9 years ago
Zetok Zalbavar
95794b4464
chore: remove all mentions of long-deprecated OpenCV
9 years ago
sudden6
d28c371786
style: fix indentation of simple_make.sh
9 years ago
Flemming Richter
3804ceb9f7
added missing dependency to sqlcipher-devel in simple_make.sh
9 years ago
Flemming Richter
7896c53930
added missing dependency to libsqlcipher-dev in simple_make.sh
9 years ago
Nils Fenner
0ef39aa06a
fix debian build dependencies for simple_make.sh
...
fix #2582
10 years ago
Marcin Łabanowski
4b3963b6ee
simple_make: add libsodium to fedora dependencies
10 years ago
gmscs
9421f92cac
Add OpenSUSE to simple_make.sh
...
Not too happy with: " -e /etc/redhat-release -o -e /etc/zypp " for the qmake-qt5.
Something similar could be done for Arch and *maybe* Void. I'll add to this when i get an Arch and a Void install up and running.
10 years ago
Flemming Richter
546d9c7b7a
fix indentation problem from last commit
10 years ago
Flemming Richter
f162389ff7
make it easier to build on Fedora
10 years ago
urras
55d04bf3cb
Update Debian dependencies
10 years ago
Marcel
b99c1a6e8f
updated simple_make.sh
10 years ago
Marcel
0ba3d09fce
updated simple_make.sh
10 years ago
agilob
a31b33106a
added missing lib for ubuntu
10 years ago
Yuri
ce3033a0cf
Fixed bash shebangs to use /usr/bin/env for better compatibility
10 years ago
niXman
7b13bc88fe
Update simple_make.sh
...
in Ubuntu `libqrencode-dev` should be used for `qrencode.h` header.
10 years ago
agilob
3096d2422f
updated simple_make
11 years ago
Sascha Brendel
7f8f0cb8b2
Added yum qt5-qtsvg support.
11 years ago
Sascha Brendel
a98c4191ec
Added pacman qt5-svg support.
11 years ago
Sascha Brendel
a1bc56b6f7
Added svg-Support
11 years ago
Sascha Brendel
015cfa77a0
Added yum qt5-qtsvg support.
11 years ago
Sascha Brendel
0498329e2c
Added pacman qt5-svg support.
11 years ago
Sascha Brendel
cfdeb3978c
Added svg-Support
11 years ago
Christoffer Sterner
627768b83a
Added sudo to yum install
11 years ago
Dubslow
aae9233dc1
fix os x compiling, update dependencies
11 years ago
Tux3 / Mlkj / !Lev.uXFMLA
09790c95a4
simple_make: Install lupdate/lrelease with APT
11 years ago