Skip to content

CFD Library v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:41

CFD Library Release v0.3.0

Cross-platform binaries for the CFD simulation library

Available Downloads:

Windows:

  • cfd-windows-x64.zip - Windows 64-bit (MSVC)
  • cfd-windows-x86.zip - Windows 32-bit (MSVC)

Linux:

  • cfd-linux-x64.tar.gz - Linux 64-bit (GCC)
  • cfd-linux-clang-x64.tar.gz - Linux 64-bit (Clang)

macOS:

  • cfd-macos-x64.tar.gz - macOS Intel (x64)
  • cfd-macos-arm64.tar.gz - macOS Apple Silicon (ARM64)

What's Included:

  • Static libraries (.a, .lib)
  • Shared libraries (.so, .dylib, .dll)
  • Header files for C/C++ integration

Quick Start:

  1. Download the appropriate archive for your platform
  2. Extract to your project directory
  3. Link against the library files
  4. Include the header files in your project

See README.txt in each archive for detailed integration instructions.