Diadlo
f1cf733e3d
chore(INSTALL): Bump Qt lowest versions
...
Since new Debian stable was released, we can drop support of old packages
8 years ago
Yuri
ddb8e7202d
docs: Improved the FreeBSD installation instructions.
...
Recommending in this order:
1. The binary package
2. The port
8 years ago
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.
8 years ago
Andrew (anoa)
5f41853881
docs(INSTALL): update install docs with workaround for fedora 25
8 years ago
Mario Preksavec
bb32c84b2a
chore(INSTALL): update Slackware links in INSTALL.md
8 years ago
Zetok Zalbavar
f0b970870d
docs: remove no longer updated repositories with outdated builds
...
Also mark antis81 as past maintainer.
8 years ago
noavarice
8a77723a89
fix: fix OpenAL name
8 years ago
Zetok Zalbavar
04c280f702
docs(INSTALL): list development dependencies
8 years ago
NWeyand
7d316009cd
docs(INSTALL): added note about possible false positives on some anti virus SW
...
Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
8 years ago
NWeyand
2c7f945326
docs(INSTALL): updated Windows build instructions
...
Signed-off-by: NWeyand <nweyand@users.sourceforge.net>
8 years ago
Zetok Zalbavar
9236763865
docs(INSTALL): fix formatting after github changed its markdown parser
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
0bad48ed3b
docs(INSTALL): fix link in dependencies to CMake website
9 years ago
Zetok Zalbavar
657d1a84d1
chore(build): correct switch to cmake
9 years ago
Diadlo
0fbac6862f
chore(INSTALL): Update installation instructions
9 years ago
Zetok Zalbavar
c584685db3
docs(INSTALL): fix table formatting
...
Broken in c726038198
9 years ago
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
.
9 years ago
Zetok Zalbavar
e96190459b
docs(INSTALL): correct instruction for toxcore tag checkout
...
Re #4030 .
9 years ago
Zetok Zalbavar
c1c4632f5f
docs(INSTALL): add missing `pkg-config` package to Debian instructions
9 years ago
Diadlo
7ff84b070e
chore(toxcore): Added checkout on v0.1.0 toxcore
9 years ago
Diadlo
c726038198
chore(INSTALL.md): Updated links on toxcore repository
...
BREAKING CHANGE: Changed toxcore public API version to 0.1.0
9 years ago
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.
9 years ago
Zetok Zalbavar
893961e36b
docs(INSTALL): mention minimal supported OSX version
9 years ago
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
9 years ago
Zetok Zalbavar
8c07fa6c1e
docs(INSTALL): list optional dependencies and how to disable them
9 years ago
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.
9 years ago
Zetok Zalbavar
efecd8f8fd
docs(INSTALL): inform users about `qtox-alpha` package
...
Also remove outdated info about generic binaries.
9 years ago
Zetok Zalbavar
5528b0b590
docs(INSTALL.md): use `$USER` variable instead of dummy `user`
9 years ago
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
9 years ago
initramfs
5b8f363eaf
docs(INSTALL.md): remove unnecessary backticks in qTox URL
9 years ago
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox
9 years ago
Zetok Zalbavar
64cbddd068
docs(INSTALL.md): add ubuntu PPA for archs other than x86{,_64}
...
Closes #3410 .
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
Diadlo
6489afaf4b
docs(INSTALL.md): Added libX11 in dependencies
9 years ago
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.
9 years ago
Zetok Zalbavar
2a89a4ec0f
docs(INSTALL.md): remove wrong sqlcipher compilation instructions
9 years ago
Zetok Zalbavar
deeb9b2308
docs(INSTALL.md): link to community builds for distros
9 years ago
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.
9 years ago
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
9 years ago
Diadlo
47bd5a0c04
docs(INSTALL.md): Added language to markdown code tags
9 years ago
Vincas Dargis
047bef75f7
docs(INSTLALL.md): Update Qt download link
9 years ago
Zetok Zalbavar
95794b4464
chore: remove all mentions of long-deprecated OpenCV
9 years ago
Vincas Dargis
73efe6f12f
docs(INSTLALL.md): Update for Ubuntu 16.04
...
Ubuntu 16.04 changes some libav* packages names (removed "ffmpeg" suffix).
9 years ago
kehugter
e6242232ab
style(INSTALL.md): improve Markdown formatting and grammar
9 years ago
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.
9 years ago
Zetok Zalbavar
4c63c08184
docs(INSTALL.md): update (simplify) instructions for Gentoo
...
Since now ebuild is in the main Gentoo repo.
9 years ago
Erik Edrosa
e236a58f2e
Update list of dependencies with pkg-config
9 years ago
Zetok Zalbavar
a48b424f11
docs(INSTALL.md): remove instructions for unsupported by qTox ubuntu
9 years ago
Corey Sheldon
5dbb2e34fa
Update INSTALL.md
10 years ago
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!`
10 years ago