eclipseo
10b48ff538
docs(build): Add Fedora simple install instructions
2018-03-20 15:51:26 +01:00
sudden6
5f03e44db2
chore: update to c-toxcore 0.2.1
2018-03-12 20:41:14 +01:00
xyloforce
d9d94e3c22
docs: add qttools5-dev to the dependencies list for Ubuntu
2018-02-22 17:43:06 +01:00
sudden6
a2feaf3fc6
chore: update c-toxcore for all builds
2017-12-30 16:33:14 +01:00
ezavod
423f095622
fix(cmake): add missing dependency
...
Requires `Qt5Concurrent` to be installed when running cmake.
This is needed by `coreav.cpp`.
2017-11-29 19:43:22 +01:00
Diadlo
6e0bdf2cd2
chore: Remove qtox.pro and its mention
2017-10-02 00:01:25 +03:00
Gergely
985294f06f
docs(INSTALL.md): fix a broken link
...
Replace #toxcore-compiling with #compile-toxcore to fix a broken link.
2017-09-24 18:29:40 +02:00
sudden6
75438d46b2
Merge pull request #4643
...
anthony.bilinski (1):
feat(exif): Honour exif orientation tag
2017-09-20 11:14:42 +02:00
anthony.bilinski
414fa178b4
feat(exif): Honour exif orientation tag
...
Fixes #1848
2017-09-19 10:00:05 -07:00
anthony.bilinski
1a943c4faf
chore(INSTALL): Update toxcore release version
2017-09-12 14:05:21 -07:00
Diadlo
e11352ecce
docs(INSTALL): Remove info about unsupported Debian 8
...
Fix #4574
2017-08-19 13:30:02 +03:00
sudden6
5d159e0203
fix(dependency): remove unused qt sql dependency
...
fix #4567
2017-08-12 00:02:28 +02:00
sudden6
7f3887f67c
refactor(audio): fix some remarks from review
2017-08-05 21:25:15 +02:00
sudden6
8c9e82ee50
docs: add link to libfilteraudio
2017-08-05 21:25:14 +02:00
sudden6
24163b551e
chore(audio): add build dependency for libfilteraudio
2017-08-05 21:12:34 +02:00
Maxim Biro
c37529b101
chore(build): add Windows cross-compilation instructions
2017-07-30 16:04:33 -04:00
positronium
60a0920525
docs(INSTALL): typo fix
2017-07-21 22:58:13 +03:00
Diadlo
f1cf733e3d
chore(INSTALL): Bump Qt lowest versions
...
Since new Debian stable was released, we can drop support of old packages
2017-06-26 23:06:55 +03:00
Yuri
ddb8e7202d
docs: Improved the FreeBSD installation instructions.
...
Recommending in this order:
1. The binary package
2. The port
2017-06-25 22:26:28 -07:00
Zetok Zalbavar
e5bc9bb16a
Merge pull request #4473
...
Samantha McVey (1):
docs(Install): Fix command that could glob incorrectly
2017-06-21 07:26:58 +01:00
Samantha McVey
06d0844a31
docs(Install): Fix command that could glob incorrectly
...
Without the slash, the shell may try and select the ffmpeg archive
instead of the ffmpeg archive's extracted folder.
2017-06-18 16:42:34 -07:00
Andrew (anoa)
5f41853881
docs(INSTALL): update install docs with workaround for fedora 25
2017-06-18 00:46:34 -07:00
Mario Preksavec
bb32c84b2a
chore(INSTALL): update Slackware links in INSTALL.md
2017-05-13 22:40:36 +02:00
Zetok Zalbavar
f0b970870d
docs: remove no longer updated repositories with outdated builds
...
Also mark antis81 as past maintainer.
2017-05-02 21:19:27 +01:00
noavarice
8a77723a89
fix: fix OpenAL name
2017-04-15 23:25:21 +03:00
Zetok Zalbavar
04c280f702
docs(INSTALL): list development dependencies
2017-04-04 19:15:59 +01:00
NWeyand
7d316009cd
docs(INSTALL): added note about possible false positives on some anti virus SW
...
Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
2017-03-28 15:59:06 +00:00
NWeyand
2c7f945326
docs(INSTALL): updated Windows build instructions
...
Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
2017-03-28 00:36:55 +00:00
Zetok Zalbavar
9236763865
docs(INSTALL): fix formatting after github changed its markdown parser
2017-03-24 12:51:40 +00: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
0bad48ed3b
docs(INSTALL): fix link in dependencies to CMake website
2017-02-08 12:36:44 +00:00
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake
2017-01-28 22:11:42 +00:00
Diadlo
0fbac6862f
chore(INSTALL): Update installation instructions
2017-01-28 22:11:42 +00:00
Zetok Zalbavar
c584685db3
docs(INSTALL): fix table formatting
...
Broken in c726038198
2017-01-08 14:03:57 +00:00
Zetok Zalbavar
f041522257
docs(INSTALL): add back instructions for compiling FFmpeg for Debian 8
...
Apparently Debian broke something, and now FFmpeg provided from
backports is no longer detected by pkg-config, making qmake/compilation
fail.
Added `yasm` package to Debian deps for ffmpeg.
This partially reverts commit a48b424f11
.
2017-01-02 17:54:52 +00:00
Zetok Zalbavar
e96190459b
docs(INSTALL): correct instruction for toxcore tag checkout
...
Re #4030 .
2016-12-31 10:53:04 +00:00
Zetok Zalbavar
c1c4632f5f
docs(INSTALL): add missing pkg-config
package to Debian instructions
2016-12-28 15:49:35 +00:00
Diadlo
7ff84b070e
chore(toxcore): Added checkout on v0.1.0 toxcore
2016-12-19 00:42:54 +03:00
Diadlo
c726038198
chore(INSTALL.md): Updated links on toxcore repository
...
BREAKING CHANGE: Changed toxcore public API version to 0.1.0
2016-12-19 00:42:54 +03:00
Zetok Zalbavar
54556803d1
chore(build): make sure that OSX building script cleans up files
...
It should clean up any files tracked by the git from changes before
trying to get newer versions, otherwise script could fail to update.
2016-12-11 14:25:33 +00:00
Zetok Zalbavar
893961e36b
docs(INSTALL): mention minimal supported OSX version
2016-12-08 22:18:23 +00:00
kehugter
9a5dfe74a1
docs(install): link dependencies' missing websites
...
Link dependency names to the website of the dependency, making them
easier to find for users that might not have them on their distro/OS.
Closes #3930
2016-12-06 12:48:42 +01:00
Zetok Zalbavar
8c07fa6c1e
docs(INSTALL): list optional dependencies and how to disable them
2016-12-02 20:54:08 +00:00
Christian Stadelmann
fc016c691f
docs(INSTALL.md): update Fedora info on sqlcipher
...
The recently released Fedora 25 ships sqlcipher and older versions will follow. See https://apps.fedoraproject.org/packages/sqlcipher for details.
Yum is so old and deprecated that there's no use in naming it any more.
2016-11-29 11:51:53 +01:00
Zetok Zalbavar
efecd8f8fd
docs(INSTALL): inform users about qtox-alpha
package
...
Also remove outdated info about generic binaries.
2016-11-06 19:35:05 +00:00
Zetok Zalbavar
5528b0b590
docs(INSTALL.md): use $USER
variable instead of dummy user
2016-10-02 11:38:41 +01:00
Vincas Dargis
e0daa7b241
docs(INSTLALL.md): add hint about problematic paths in Windows
...
windows/bootstrap.sh may fail if PATH variable in Windows gives
access to alternative sh, bash, and other non-MSYS alternatives, as
in case of C:\Program Files\OpenSSH\bin
2016-09-18 16:41:57 +03:00
initramfs
5b8f363eaf
docs(INSTALL.md): remove unnecessary backticks in qTox URL
2016-08-04 16:49:18 +08:00
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
2016-08-04 06:25:50 +08:00
sudden6
d94f5f3bd8
Merge pull request #3402
...
Zetok Zalbavar (1):
refactor(boostrap.sh): add line to locallib.conf only if doesn't exist
sudden6 (1):
chore(simple_make): Fix build for Fedora
2016-06-18 19:21:34 +02:00
Zetok Zalbavar
64cbddd068
docs(INSTALL.md): add ubuntu PPA for archs other than x86{,_64}
...
Closes #3410 .
2016-06-18 13:43:44 +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
sudden6
7ca98093a2
Merge pull request #3257
...
Diadlo (10):
feat(capslock): Added caps lock checker
feat(loginform): Added caps lock indicator to newPass
feat(loginscreen): Created new CapsLockIndicator class
feat(capslockindicator): Added tooltip
fix(platform): Added checkCapsLock OSX implementation
docs(INSTALL.md): Added libX11 in dependencies
refactor(loginscreen, capslockindicator): Caps Lock indicator class was made independent
fix(capslockindicator): Tooltip color was changed. Tooltip translation was added
style(capslockindicator): Fixed code style
fix(capslockindicator): Fix position of capslock indicator
2016-06-12 00:31:40 +02:00
Diadlo
6489afaf4b
docs(INSTALL.md): Added libX11 in dependencies
2016-06-07 11:27:58 +03:00
Nils Fenner
792103f8b0
refactor(filter_audio): completely remove filter_audio dependency
...
The filter_audio API is not working for qTox/Tox and thus disabled by default via compiler switch. In current qTox UI, it is not configurable, even when this switch is enabled. According to issue #3194 the library is no longer maintained as well. I don't see any reason to keep it in qTox.
2016-06-04 22:12:27 +02:00
Zetok Zalbavar
2a89a4ec0f
docs(INSTALL.md): remove wrong sqlcipher compilation instructions
2016-05-09 19:51:28 +01:00
Zetok Zalbavar
deeb9b2308
docs(INSTALL.md): link to community builds for distros
2016-04-28 20:13:27 +01:00
Vincas Dargis
d5ceef9a50
docs(INSTALL.md): State MinGW requirements for fillter_audio
...
filter_audio build fails because -lpthread is not found.
Documentation now explicitly states mingw32-pthreads-w32 and
other core MinGW package requirements.
2016-04-25 19:45:12 +03:00
Zetok Zalbavar
fa5ee5b1ad
fix(bootstrap.sh): add instructions for missing unzip & adjust path
...
Also correct $PATH in windows instructions to work on x86_64.
Fixes #3153
2016-04-24 16:17:39 +01:00
Diadlo
47bd5a0c04
docs(INSTALL.md): Added language to markdown code tags
2016-04-22 10:25:46 +03:00
Vincas Dargis
047bef75f7
docs(INSTLALL.md): Update Qt download link
2016-04-17 14:47:15 +03:00
Zetok Zalbavar
95794b4464
chore: remove all mentions of long-deprecated OpenCV
2016-04-16 05:49:12 +01:00
Zetok Zalbavar
74ce4da48c
Merge pull request #3114
...
kehugter (2):
style(Markdown): wrap all .md files at 80 characters
style(INSTALL.md): improve Markdown formatting and grammar
2016-04-16 02:56:34 +01:00
Vincas Dargis
73efe6f12f
docs(INSTLALL.md): Update for Ubuntu 16.04
...
Ubuntu 16.04 changes some libav* packages names (removed "ffmpeg" suffix).
2016-04-15 21:24:51 +03:00
kehugter
e6242232ab
style(INSTALL.md): improve Markdown formatting and grammar
2016-04-10 00:26:26 +02:00
kehugter
f82a74a4bc
style(Markdown): wrap all .md files at 80 characters
...
Short lines make it easier to evaluate diffs.
Fix only critical typos, like missing full stops in the middle of a
sentence. Everything else left untouched.
2016-04-09 23:57:31 +02:00
sudden6
0330cd7627
Merge pull request #2990
...
Erik Edrosa (3):
remove hard coded system tray include paths
Update list of dependencies with pkg-config
add ffmpeg libraries to PKGCONFIG
2016-03-26 10:45:47 +01:00
Zetok Zalbavar
4c63c08184
docs(INSTALL.md): update (simplify) instructions for Gentoo
...
Since now ebuild is in the main Gentoo repo.
2016-03-21 21:34:57 +00:00
Erik Edrosa
e236a58f2e
Update list of dependencies with pkg-config
2016-03-12 23:47:19 -05:00
Zetok Zalbavar
a48b424f11
docs(INSTALL.md): remove instructions for unsupported by qTox ubuntu
2016-03-12 09:52:22 +00:00
Corey Sheldon
5dbb2e34fa
Update INSTALL.md
2016-03-07 20:58:55 -05:00
Corey Sheldon
964252dfa7
Correcting a install command --Fedora
...
dnf group install != dnf groupinstall (the former will fail to install, it shows the packages but silently fails with `Nothing to Do` \n `Complete!`
2016-03-07 20:57:49 -05:00
Zetok Zalbavar
6c0fb9a0f5
Merge picked commits from pull request #2971 from linux-modder:patch-13
...
Corey Sheldon (2):
Updated sqlcipher compile instructions for Fedora
Updated sqlcipher compile instructions for Fedora (Take #2 )
Also, fixed some formatting.
2016-02-28 03:06:23 +00:00
Corey Sheldon
b98e8c745a
Updated sqlcipher compile instructions for Fedora (Take #2 )
...
- Cleaned up the code blocks
- Removed unneeded whitespace throughout previous commit
2016-02-25 19:38:25 -05:00
Corey Sheldon
719e137582
Updated sqlcipher compile instructions for Fedora
2016-02-22 05:48:55 -05:00
RowenStipe
0e9347cff1
Revert change
2016-01-31 11:39:58 -05:00
RowenStipe
62e0679032
Quick changes for clarity
2016-01-31 11:32:24 -05:00
RowenStipe
fa5cd325ed
Updated Compiling instructions
2016-01-31 11:27:00 -05:00
Zetok Zalbavar
0dae1a6af0
docs: put in INSTALL.md info about installing qTox from Arch repo
...
thanks to @DX37 for the info in #2900
2016-01-31 12:43:53 +00:00
tux3
f27214f131
Depend on Qt >= 5.3 (instead of 5.2)
...
Fixes #2812
2016-01-16 20:31:01 +01:00
Corey Sheldon
19814ffb75
Update libsodium (again)
...
As of December 25,2015, libsodium bumped up to 1.0.8
2016-01-16 00:17:21 -05:00
Zetok Zalbavar
94e467e561
INSTALL.md: correct link and mention sqlcipher for fedora dependencies
2016-01-15 16:49:54 +00:00
Corey Sheldon
18b966e685
Cleaning up linkage again.
2016-01-01 15:49:12 -05:00
Corey Sheldon
f70e720d3f
Cleaning up some more....
2016-01-01 15:40:45 -05:00
Corey Sheldon
ca229baea1
Cleaned up sqlcipher instructions, added interlink
2016-01-01 15:16:55 -05:00
Corey Sheldon
b998dba373
Some small updates.
...
+ updated libsodium tag to current tag of 1.0.7
+ added sqlcipher compile for Fedora users and any others where sqlcipher is not a distro available package ( linux distros)
2015-12-30 07:28:57 -05:00
sudden6
9a3df5094c
add sqlcipher as dependency for opensuse
2015-12-23 18:17:27 +01:00
tux3
87160526d5
Update INSTALL.md for SQLCipher
...
Fixes #2695
2015-12-19 05:18:48 +01:00
Jacob Henner
9f7f6ff92f
Fixes #2554 : updates README.md and INSTALL.md to include FreeBSD port
2015-12-07 15:30:48 -05:00
kehugter
47246bdfb5
Remove unneeded packagen in Debian instrucitons
2015-11-01 21:07:04 +01:00
kehugter
ba41879f79
Removed last Debian 10 mention
2015-10-23 11:54:12 +02:00
kehugter
bb045612b7
Swap filter_audio/toxcore dependencies order, minor formatting changes
2015-10-23 11:47:17 +02:00
kehugter
9528830415
Split Debian/Ubuntu14/Ubuntu15 instructions, remove support for Debian <8
2015-10-22 23:24:06 +02:00
kehugter
dade477a44
Update Debian 8 dependencies, fix 'Debian 10' mentions
2015-10-22 16:20:14 +02:00
Zetok Zalbavar
fbe0eb5206
INSTALL.md: Fix fedora dependencies ( fix #2399 )
2015-10-14 14:46:08 +01:00
Corey Sheldon
6a4526c764
ADDDING two deps needed for lrelease
...
For translations, you need qt5-qtlinguist and its -devel component to get the lrelease and other linguistic / translation bits.
2015-10-14 07:25:26 -04:00
Zetok Zalbavar
0d45c2fcbe
INSTALL.md: fix typo in a link to section
2015-09-18 19:00:16 +01:00
Corey Sheldon
3475918272
Fedora Hard Deps (again)
...
++ ffmpeg-devel
++ qtsingleapplication
2015-09-14 13:29:42 -04:00
Zetok Zalbavar
15a2283000
Add links to qTox ARM builds
2015-09-08 10:25:53 +01:00
gmscs
a0f09fe86a
libffmpeg-devel
...
"'ffmpeg-devel' not found in package names. Trying capabilities.
'libffmpeg-devel' providing 'ffmpeg-devel' is already installed."
woops, sorry
2015-09-02 12:53:22 +01:00