Anthony Bilinski
82d5beeee9
fix(docs): add sqlcipher to required arch deps
2019-10-18 21:28:46 -07:00
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
2019-08-29 01:14:41 -04:00
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
...
zealously updates and adds qTox copyright information.
Fixes #5713
2019-06-28 01:18:26 +02:00
sudden6
5880ab8a42
chore(deploy): add snorenotify to AppImage deployment
2019-03-24 11:58:09 +01:00
sudden6
1537f83e85
fix(simple_make): correct variable initialization
2018-07-01 21:19:57 +00:00
tox-user
ead2152d6f
fix: simple_make.sh script
...
- fix crash when run without parameters
- use cmake instad of automake for building toxcore
2018-06-25 20:35:54 +00:00
sudden6
64a7c24b2b
fix(appimage): build sqlcipher form source
...
Needed since Debian version is broken https://bugs.debian.org/850421
2018-05-05 01:53:36 +02:00
sudden6
f7345e4db2
feat(appimage): build appimage on TravisCI
...
first step on the way to #4874
2018-04-27 22:55:20 +02:00
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.
2018-03-26 21:50:38 +01:00
Ilya Bizyaev
f7e089f7a7
fix(build): Add missing dependency for openSUSE
...
Build failed without `libexif-devel`
2017-12-24 13:21:50 +03:00
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
2017-11-05 11:31:37 +01:00
Zetok Zalbavar
5eaf0ab133
chore(simple_make): remove code for no longer supported Debian 8
2017-10-30 14:27:33 +00:00
Vincas Dargis
2066c2e002
fix(build): install libexif-dev on apt-based systems
...
Add libexif-dev into dependency list.
2017-10-21 17:59:37 +03:00
Diadlo
6e0bdf2cd2
chore: Remove qtox.pro and its mention
2017-10-02 00:01:25 +03:00
sudden6
5d159e0203
fix(dependency): remove unused qt sql dependency
...
fix #4567
2017-08-12 00:02:28 +02:00
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.
2017-03-22 01:37:27 +01:00
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.
2017-03-21 02:20:12 +01:00
Zetok Zalbavar
3f013331c6
docs(INSTALL): add missing Debian dependency qttools5-dev
...
Which provides needed `Qt5LinguistToolsConfig.cmake` for CMake.
2017-03-19 12:51:10 +00:00
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake
2017-01-28 22:11:42 +00:00
Diadlo
5694f97d58
chore: Update build scripts
...
Migration from qmake on cmake
2017-01-28 22:11:42 +00:00
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
2016-09-04 18:32:29 +03:00
Zetok Zalbavar
099bb439ce
refactor(boostrap.sh): add line to locallib.conf only if doesn't exist
...
Didn't actually test.
2016-06-18 17:41:22 +01:00
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
2016-06-16 16:42:10 +02:00
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.
2016-05-10 07:30:30 +01:00
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
2016-05-08 04:18:37 +01:00
Zetok Zalbavar
95794b4464
chore: remove all mentions of long-deprecated OpenCV
2016-04-16 05:49:12 +01:00
sudden6
d28c371786
style: fix indentation of simple_make.sh
2016-03-27 17:12:49 +02:00
Flemming Richter
3804ceb9f7
added missing dependency to sqlcipher-devel in simple_make.sh
2016-03-26 19:33:38 +01:00
Flemming Richter
7896c53930
added missing dependency to libsqlcipher-dev in simple_make.sh
2016-03-26 12:17:36 +01:00
Nils Fenner
0ef39aa06a
fix debian build dependencies for simple_make.sh
...
fix #2582
2015-11-21 13:20:20 +01:00
Marcin Łabanowski
4b3963b6ee
simple_make: add libsodium to fedora dependencies
2015-11-07 09:34:33 +01:00
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.
2015-09-02 20:40:16 +01:00
Flemming Richter
546d9c7b7a
fix indentation problem from last commit
2015-07-23 23:01:21 +02:00
Flemming Richter
f162389ff7
make it easier to build on Fedora
2015-07-22 19:42:12 +02:00
urras
55d04bf3cb
Update Debian dependencies
2015-06-27 13:38:28 -04:00
Marcel
0ba3d09fce
updated simple_make.sh
2015-05-17 00:33:43 +02:00
agilob
a31b33106a
added missing lib for ubuntu
2015-04-25 21:48:44 +01:00
Dubslow
2e388f03df
Merge branches 'pr1474', 'pr1406', 'pr1463' and 'pr1472'
2015-03-27 17:33:53 -05:00
Yuri
ce3033a0cf
Fixed bash shebangs to use /usr/bin/env for better compatibility
2015-03-25 22:16:22 -07:00
niXman
7b13bc88fe
Update simple_make.sh
...
in Ubuntu `libqrencode-dev` should be used for `qrencode.h` header.
2015-03-19 22:40:45 +02:00
agilob
3096d2422f
updated simple_make
2015-03-07 12:45:45 +00:00
Sascha Brendel
015cfa77a0
Added yum qt5-qtsvg support.
2015-02-06 19:45:19 +01:00
Sascha Brendel
0498329e2c
Added pacman qt5-svg support.
2015-02-06 19:39:13 +01:00
Sascha Brendel
cfdeb3978c
Added svg-Support
2015-02-06 19:14:59 +01:00
Christoffer Sterner
627768b83a
Added sudo to yum install
2015-02-01 00:29:19 +01:00
Dubslow
aae9233dc1
fix os x compiling, update dependencies
2014-12-01 17:01:35 -06:00
Tux3 / Mlkj / !Lev.uXFMLA
09790c95a4
simple_make: Install lupdate/lrelease with APT
2014-11-13 11:00:02 +01:00
agilob
ad9a737717
error: target not found: vpx
2014-11-06 21:11:06 +00:00
Dubslow
f148100fe3
simplify compilation
2014-09-10 17:36:34 -05:00