Esteban Papp
dbc5d7a8bc
Cherry-pick of Linux deb package to stabilization ( #5778 )
...
* Cherry-pick 49e8f35858
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Merging differences from development of other changes that need to be there for deb packaging
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Picks a needed change for the installer
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Fixes warning in mac
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Takes version from environment if defined
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Do not pick up version if it is empty string since that will also break version comparison
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* creating temp directories if they dont exist
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* removing a dependency to itself (Multiplayer.Builders is an alias of Multiplayer.Editor)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
* Filters which runtime dependencies are passed from private build dependencies to only those that are actual targets.
This avoids something like a "d3d12" private build dependency from being passed to the runtime dependencies
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2021-11-19 14:07:25 -08:00
Chris Burel
3812e60ab6
Add support for keyboard events from xcb ( #3971 )
...
Signed-off-by: Chris Burel <burelc@amazon.com >
2021-09-20 09:09:50 -07:00
Mike Chang
2bf83ad9fb
Ubuntu 20.04 package update for clang-12 ( #3727 )
...
* Updated CMake, added libxkbcommon-dev and clang-12
* Add Corretto JDK 11 to packages for Ubuntu 20 and 18
* Add mountpoint creation command
Signed-off-by: Mike Chang <changml@amazon.com >
2021-08-31 13:47:57 -07:00
Mike Chang
6e3b03dfaa
Install and configure Ubuntu nodes with Nvidia drivers and NiceDCV ( #3728 )
...
These scripts will configure build and test Ubuntu 18/20 nodes with:
Nvidia gaming drivers for GPU instances (g4dn)
lightdm for Ubuntu 18 and gdm3 for Ubuntu 20 (wayland is disabled here, but should have xcb capabilities)
NiceDCV for remote console access
Note: Does not include user setup and firewall configurations
Signed-off-by: Mike Chang <changml@amazon.com >
2021-08-31 09:47:57 -07:00
Steve Pham
38261d0800
Shorten copyright headers by splitting into 2 lines ( #2213 )
...
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines
Signed-off-by: Steve Pham <spham@amazon.com >
2021-07-16 15:25:48 -07:00
Steve Pham
b8f857a270
Ubuntu package updates ( #1985 )
...
Add required libfontconfig1-dev which is needed by Linux/Qt/QtFontDatabaseSupport (dependency of Qt5XcbQpa)
Signed-off-by: spham-amzn <spham@amazon.com >
2021-07-09 15:01:53 -07:00
Steve Pham
b4a2edec6a
Final update copyright headers to reference license files at the repo root ( #1693 )
...
* Final update copyright headers to reference license files at the repo root
Signed-off-by: spham <spham@amazon.com >
* Fix copyright validator unit tests to support the stale O3DE header scenario
Signed-off-by: spham <spham@amazon.com >
2021-06-30 19:51:55 -07:00
Steve Pham
70042fcdcd
O3DE Copyright Updates for Linux Foundation ( #1504 )
2021-06-23 10:55:22 -07:00
Steve Pham
42ccdf0572
Python3 installation script for Linux machines ( #832 )
2021-05-20 17:08:14 -07:00
Steve Pham
50abafbab1
Add orchestrating script to install ubuntu packages for O3DE on Linux ( #721 )
...
SPEC-3510: Linux environment setup scripts
* Add orchestrating script to install ubuntu packages for O3DE on Linux
* Fix issue parsing package content file for build-tools
2021-05-12 14:31:39 -07:00
Steve Pham
db42760974
Update install-ubuntu-build-tools.sh
2021-04-23 11:13:59 -07:00
spham
f68ed1cd4b
Fix tabs->space issues
2021-04-23 10:14:27 -07:00
spham
c0ad079f87
Create a package file for packages to install on Linux and updated script to use it
2021-04-23 10:06:15 -07:00
spham
a14cd0102e
Fixed cmake version targeting
2021-04-21 09:28:28 -07:00
spham
cb142107e7
Fixed targeting of cmake version
2021-04-21 09:27:34 -07:00
spham
86be2647c5
Fix apt-get command for installing specific version of cmake based on distro of ubuntu
2021-04-19 14:56:54 -07:00
spham
4232fa4232
- Renamed install-awscli.sh to install-ubuntu-awscli.sh
...
- Update to use $EUID instead of 'whoami' to determine if script is running as sudo
- Tagging cmake version 3.20.1 specifically
2021-04-19 14:52:13 -07:00
spham
9a0b47137a
Add linux setup scripts to:
...
1. Install Linux AWSCLI
2. Install Linux Git, GitLFS, and GCM
3. Install Linux build libraries and tools for O3DE
2021-04-19 10:14:59 -07:00