Commit Graph

63 Commits

Author SHA1 Message Date
Dmitry Rekman
41f110f4f2 UBT: Remove unused compiler arguments in Linux builds.
- Also fix a shell script for incremental rebuilds.

[CL 2692663 by Dmitry Rekman in Main branch]
2015-09-15 19:02:34 -04:00
Dmitry Rekman
6659066dd5 Bump up Mono target to 4.5 due to IReadOnlyList usage.
#codereview Ben.Marsh

[CL 2685093 by Dmitry Rekman in Main branch]
2015-09-09 14:40:18 -04:00
Dmitry Rekman
93e06d33c4 Linux cross-toolchain: re-arranged the files and added missing configs.
[CL 2656230 by Dmitry Rekman in Main branch]
2015-08-14 11:59:19 -04:00
Dmitry Rekman
e4886d01d7 Linux: Moved the script that builds (parts of) cross-toolchain to main.
[CL 2656139 by Dmitry Rekman in Main branch]
2015-08-14 10:51:54 -04:00
Dmitry Rekman
83f74512b5 Linux: do not build LND as part of the setup.
- Not using LinuxNativeDialogs anymore.

[CL 2637661 by Dmitry Rekman in Main branch]
2015-07-29 16:59:51 -04:00
yaakuro
1c630d59b1 Add CodeLite support (on Linux) - UE-18561, UE-18564.
- Includes PR #1378 and #1379 (both contributed by yaakuro)
  * Adds CodeLite project generator to UBT (can be invoked on all platforms).
  * Adds CodeLite source accessor plugin (whitelisted for Linux only).
  * Desktop platform/game project generation switched to use .workspace on Linux.
- Minor cleanup (do not recompile UAT and its modules when generating Linux projects).

#codereview Josh.Adams, Robert.Manuszewski, Mike.Fricker

[CL 2621060 by Dmitry Rekman in Main branch]
2015-07-14 18:17:55 -04:00
erbridge
dc60c2dd02 Linux: PR #1240: Don't do partial upgrades on Arch Linux (UE-16919)
- Contributed by erbridge, merged as is without testing.

[CL 2590978 by Dmitry Rekman in Main branch]
2015-06-17 17:20:46 -04:00
smokku
fb94225069 Linux: Mono version check and adding Fedora deps.
- PR #1263: Check minimum Mono version in Linux/Setup.sh (Contributed by smokku)
- PR #1261: Add Fedora Linux support to Setup.sh (Contributed by smokku)

[CL 2589212 by Dmitry Rekman in Main branch]
2015-06-16 15:56:38 -04:00
Dmitry Rekman
783295f77d Linux: remove stale TPS library that was moved in 4.8 (UE-16033).
- Removed when running Setup.sh
- Addresses issues like https://answers.unrealengine.com/questions/231689/linux-error-when-run-editor-undefined-symbol-ulinu.html

[CL 2562998 by Dmitry Rekman in Main branch]
2015-05-22 14:07:37 -04:00
Dmitry Rekman
85d026ee75 Linux: fix LND deployment issues in Rocket (UE-14996).
- Also fix LND build script.

[CL 2543695 by Dmitry Rekman in Main branch]
2015-05-08 17:11:35 -04:00
Dmitry Rekman
9781796a59 Rocket: disable packaging for projects that need libs which aren't bundled (UE-7114).
- Rocket doesn't bundle Linux libs, making code-based projects (and projects with third-party plugins) fail during compilation.
- Updated messaging to reflect this.
- Also added a SDK check for Linux and a 'getting' started UDN page.
- Updated Linux README for 4.8.

#codereview Peter.Sauerbrei, Ben.Marsh, Jeff.Wilson

[CL 2543338 by Dmitry Rekman in Main branch]
2015-05-08 14:31:12 -04:00
salamanderrake
27ccfbd723 PR #806: KDevelop Project Generation (UE-9427).
- Contributed by salamanderrake.
- Cosmetic differences from the PR.
- Also removed filtering out Windows/Mac/etc directories when generating a qmake project since it makes code navigation worse.

[CL 2532165 by Dmitry Rekman in Main branch]
2015-04-30 13:15:34 -04:00
Dmitry Rekman
93e0abe8d4 Move LinuxNativeDialogs to a more appropriate location.
- Build script corrected.
- Unfortunately, yet another hardcoded rpath.

#codereview Ben.Marsh

[CL 2519366 by Dmitry Rekman in Main branch]
2015-04-21 11:51:45 -04:00
Dmitry Rekman
21113226ca Linux: add missing dependency for System.IO.Packaging.
- Fixes compilation of some Rocket projects (UE-12473).

[CL 2518099 by Dmitry Rekman in Main branch]
2015-04-20 15:26:47 -04:00
Dmitry Rekman
2ceb9e36ef Updated UELinuxNativeDialogs.
- Updated to latest from Rush (encharm).
- Further simplified the install - no need to build LND locally anymore (on Ubuntu).
- Staging fixed to include LND libs.
- Added clang requirement as suggested in PR #1066 (previously clang version was up to the user).

[CL 2516336 by Dmitry Rekman in Main branch]
2015-04-17 15:45:42 -04:00
Dmitry Rekman
bf60f17415 Propagate return code from GitDependencies.exe
- Makes Setup.sh fail in case GitDependencies fail, avoiding confusion.
- See https://forums.unrealengine.com/showthread.php?51998-GitHub-dependency-zips-and-latest-preview-snapshots for details.

[CL 2475267 by Dmitry Rekman in Main branch]
2015-03-11 12:05:59 -04:00
Dmitry Rekman
33b7142625 Add check for dependencies on Arch Linux in Setup.sh
- PR #880 contributed by TwoD.
- Unsupported/untested, but included to make Arch users experience better.

https://github.com/EpicGames/UnrealEngine/pull/880

[CL 2472538 by Dmitry Rekman in Main branch]
2015-03-09 12:13:34 -04:00
Dmitry Rekman
a0ea4897f9 Linux: support autoinstalling dependencies on SUSE
- PR #813 contributed by GreatEmerald.
- Not tested by us since we don't use SUSE.

[CL 2451312 by Dmitry Rekman in Main branch]
2015-02-19 00:47:48 -05:00
Dmitry Rekman
1a23ddb8e6 More robust restarting of GitDependencies.exe on Linux.
- Mono can crash with SIGABRT etc.
- Fixes UE-7657

[CL 2424773 by Dmitry Rekman in Main branch]
2015-01-29 19:03:40 -05:00
Dmitry Rekman
ba549643a7 Mono/xbuild: force tools version to be 4.0 (fixes UE-8669).
[CL 2424603 by Dmitry Rekman in Main branch]
2015-01-29 17:48:40 -05:00
Dmitry Rekman
8874b3be4a Updated Linux readme after UE-7657 resolution.
[CL 2419073 by Dmitry Rekman in Main branch]
2015-01-26 15:24:11 -05:00
Dmitry Rekman
f3932aa15a Automagically install dependecies on other debain like distros.
- PR #768 (UE-8171) contributed by nykac, with changes.

[CL 2418883 by Dmitry Rekman in Main branch]
2015-01-26 13:45:20 -05:00
Dmitry Rekman
b385e8a8b7 Moved wrapper script for GitDependencies to a better location.
- Suggested by BenM.

[CL 2418842 by Dmitry Rekman in Main branch]
2015-01-26 13:22:53 -05:00
Dmitry Rekman
b9acb93cac Linux readme updates (UEPLAT-480).
[CL 2415696 by Dmitry Rekman in Main branch]
2015-01-22 14:57:40 -05:00
Michael Trepka
98dc0aa5fe Removed conditional inclusion of most platform files in UBT project so the same project can be used in Visual Studio and Mono Develop/Xamarin Studio, removed _Mono UBT and UAT projects, updated automation scripts to be compatible with Mono 3.10
[CL 2388812 by Michael Trepka in Main branch]
2014-12-15 15:28:22 -05:00