memgraph/environment
2024-02-28 18:21:56 +01:00
..
os Add openssl to MEMGRAPH_BUILD_DEPS for amzn-2 and centos-7 (#1771) 2024-02-28 18:21:56 +01:00
toolchain Update operating systems (#1371) 2024-02-22 11:14:48 +01:00
README.md Add v5 toolchain (#608) 2023-10-16 19:01:39 +02:00
util.sh Add macOS support under environment/util.sh:operating_system (#1098) 2023-07-22 19:20:10 +02:00

Memgraph Operating Environments

  • GCC 11.2 (toolchain-v4) doesn't compile on Fedora 38, multiple definitions of enum issue
  • spdlog 1.10/11 doesn't work with fmt 10.0.0

os

Under the os directory, you can find scripts to install all required system dependencies on operating systems where Memgraph natively builds. The testing script helps to see how to install all packages (in the case of a new package), or make any adjustments in the overall system setup. Also, the testing script helps check if Memgraph runs on a freshly installed operating system (with no packages installed).