Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ They are a **huge work in progress**. Most of o3de does not work properly on Lin

Please note the following items when diving in here:

- one of the o3de gems depends on ffmpeg, so you will need to have rpmfusion-free configured
- some of the dependencies are proprietary (PVRTexTool, Wwise, PhysX, NVCloth). for these, I can distribute spec files and patches, but not the "source", so please don't even ask. I do not have access to the source code and I cannot redistribute their binaries.
- Most of o3de does not work properly on Linux. I said this before but it bears repeating. Do not tell me that nothing works right on Fedora, I know. Either send me patches or wait. :)
- Most of my patches have not been sent upstream yet. This is because either they are hacks (and I know it), they're messy (and I know it), or I doubt upstream will want to do it (o3de seems really happy with how they handle 3rd party deps). Could also be that I haven't had time.
Expand Down
2 changes: 2 additions & 0 deletions o3de/o3de.spec
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ BuildRequires: xxhash-devel, alembic-devel, poly2tri-devel
BuildRequires: OpenEXR-devel, luxcorerender-devel, libunwind-devel
BuildRequires: hdf5-devel, compat-lua-devel >= 5.1.5-19
BuildRequires: libsamplerate-devel
BuildRequires: ffmpeg-free-devel
# mcpp is in Fedora, but o3de needs changes which are not (yet) in that mcpp package
BuildRequires: mcpp >= 2.7.2-29
BuildRequires: libmcpp-devel >= 2.7.2-29
Expand Down Expand Up @@ -193,6 +194,7 @@ BuildRequires: rdfind
%if 0%{?system_build}
Requires: astc-encoder
Requires: DirectXShaderCompiler, o3de-azslc, mcpp, SPIRV-Cross
Requires: ffmpeg-free
%endif

# We probably need these python modules
Expand Down