John Preston
b94ed1fc3b
Remove 'mac32' and add 'osx' special targets.
2019-11-05 15:45:55 +03:00
John Preston
6a0c7f3909
Update docs, fix patches revision.
2019-11-05 14:27:41 +03:00
John Preston
e745bb7718
Fix instructions for MSVC.
2019-10-19 12:27:57 +04:00
John Preston
01936b5f1b
Build with Qt 5.12.5 and OpenSSL 1.1.1.
2019-10-19 12:27:56 +04:00
John Preston
9a498616c6
Fix build for Xcode 11.
2019-10-19 12:27:56 +04:00
John Preston
c88ee34b1d
Fix build with range-v3 0.9.1.
2019-10-19 12:27:56 +04:00
John Preston
25b6dea5e3
Build cmake 3.15.3 from source.
2019-10-19 12:27:56 +04:00
John Preston
860353824b
Fix build in Xcode.
2019-10-19 12:27:34 +04:00
Jiachen YANG
4669c07dc5
fix range-v3 version to 0.9.1
2019-10-02 11:52:55 +03:00
Sean
0d9c30423f
Add chrpath to CMake instruction
...
Ref: 02a8b69
2019-09-10 10:13:51 +03:00
John Preston
65342559c7
Use specific tag for libxkbcommon in docs.
2019-08-19 15:23:37 +03:00
John Preston
f1cd70d8a8
Fix some instructions and build process.
2019-07-27 17:19:04 +02:00
John Preston
f46189041c
Use non-installed OpenSSL in Windows.
2019-06-24 13:43:42 +02:00
John Preston
1e861f79f0
Use range-v3 0.5.0 in instructions.
...
Fixes #6097 .
2019-06-06 14:48:20 +03:00
John Preston
b9c24a1fe8
Backport OpenAL capture init fix.
2019-05-27 15:09:20 +02:00
23rd
b2f821d3de
Updated version of GCC to 8.
2019-05-20 15:59:06 +03:00
23rd
911f138bf8
Updated building-cmake.md
...
- Added "-y" parameters to make installation of dependencies non-interactive.
- Changed order of installation for correct linking of GCC.
2019-05-20 15:59:06 +03:00
23rd
55a6e70f74
Updated building-xcode.md. Moved number of threads into variable.
2019-04-24 23:32:50 +03:00
John Preston
6021923bf1
Closed alpha version 1.6.3.6: Fix instructions.
2019-04-04 21:51:06 +04:00
John Preston
839cedde65
Closed alpha version 1.6.3.6: Update to VS 2019.
2019-04-04 20:51:42 +04:00
John Preston
0f4ccce0e1
Update ffmpeg.
2019-03-11 12:08:15 +04:00
John Zimmermann
178c0078c1
docs: Fix setting the gcc-7 alternative with apt
...
#5766
2019-03-10 10:56:48 +04:00
Martin Delille
8478abe378
Add brew install cmake ninja
2019-03-10 10:29:37 +04:00
23rd
9799afa064
Updated libvdpau to 1.2.
2019-03-06 14:41:04 +04:00
John Preston
dec8264625
Fix extensive CPU usage on macOS when audio is played.
...
Regression was introduced in 91c85ec86b
The openal-soft version 1.19.1 tried to use semaphores created by sem_init,
which are not supported on macOS, so they just didn't work at all. This was
leading to an event loop thread spin-waiting instead of a normal sem_wait.
In the v1.19 upstream branch GCD semaphores are used on macOS.
2019-02-20 11:37:38 +04:00
John Zimmermann
add2356c8a
Generalize Unity Integration to not depend on libunity
2019-02-01 12:34:55 +03:00
John Preston
7c168740d9
Update instructions for Xcode 10.1.
2019-01-05 16:34:34 +04:00
John Preston
980d20473a
Fix building Qt and openal-soft for OS X 10.6/7.
2018-12-12 21:44:49 +04:00
John Preston
22511270dd
Fix building openal-soft on Xcode.
2018-12-12 17:59:26 +04:00
John Preston
c207f68fd9
Build nimf input method plugin with Qt.
2018-12-06 11:28:24 +04:00
John Preston
393244d44b
Update libopus to 1.3.
2018-11-29 16:33:01 +04:00
John Preston
60103f7ad6
Use upstream range-v3 on MSVC.
...
The build works using MSVS 15.9 and latest range-v3 code.
2018-11-20 19:38:39 +04:00
John Preston
8ef67c393b
Fix build after openal-soft update.
...
Regression was introduced in 91c85ec86b
.
2018-11-08 15:27:06 +04:00
Magnus Groß
91c85ec86b
Update OpenAL-Soft
...
Update to version 1.19.1
2018-11-08 10:50:53 +04:00
John Preston
65b2db2160
Don't provide 'api_id' and 'api_hash' by default.
...
We ask the developer to obtain his own api credentials, because
the bundled 'api_id' / 'api_hash' are strictly limited by the server.
The old credentials still could be used for test purposes,
but the developer will need to explicitly opt-in to use them.
2018-11-04 15:57:50 +04:00
Tien Do
4f43f1dd0f
Remove duplicated packages in brew install ( #5222 )
2018-10-08 02:39:59 +03:00
John Preston
735faa2d11
Force dump_syms existence in official build script.
2018-08-27 18:08:16 +03:00
John Preston
cf98025177
Use exact tagged version of OpenAL.
...
I hope if fixes #4531 .
2018-04-18 22:10:21 +04:00
John Preston
811fc43b63
Fix Qt text processing crash.
...
Fixes #4551 .
2018-03-30 18:18:35 +04:00
Vasilii Babich
aa5781b550
Update some details in Xcode build instructions.
2018-03-25 19:29:38 +04:00
John Preston
506b0806d6
Fix build instructions for Linux.
2018-03-09 01:55:18 +03:00
John Preston
7814ee0f7a
Fix building crashpad for macOS. Update instructions.
...
Some tests were disabled by a crashpad patch because the changes to make
them work with new SDK are relatively big and no need to backport them.
Fixes #4353 .
2018-02-08 11:27:50 +03:00
Alexander Nestorov
9f4e5e4603
Fix xcode build instructions ( #4345 )
2018-01-26 03:55:31 +03:00
Vitaliy Rudnyh
810fb45750
building-xcode.md: Add depot_tools to $PATH ( #4331 )
...
Otherwise "crashpad" would not compile.
2018-01-23 04:08:33 +03:00
John Preston
7395cc21b8
Update libtgvoip, opus to 1.2.1 and ffmpeg to 3.4.
2017-11-23 19:41:59 +04:00
John Preston
68bc8d0231
Add range-v3 library.
2017-11-19 18:37:07 +04:00
John Preston
66146c382d
Improve paths for Xcode build.
2017-11-16 07:59:07 +04:00
John Preston
e02d209e6f
Fix build with GCC.
2017-11-16 07:59:07 +04:00
John Preston
21b1ba1f88
Move build to Ubuntu 14.04 and GCC 7.2.
...
To be able to run on the same distributions as before we need to have
the same GLIBC version dependency as in Ubuntu 12.04, which is 2.15.
For that we need to remove all usages of GLIBC features from 2.16 and above.
Currently there are three methods used, so they're wrapped in a separate
static library, linux_glibc_wraps.
It is a separate library because it must be compiled without '-flto' flag,
otherwise the inline __asm__ is not working and we get unresolved symbols.
2017-11-16 07:59:05 +04:00
John Preston
ed061252a5
Move to Xcode 9.0 and fix errors in Clang build.
2017-11-16 07:59:05 +04:00