Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 440 Bytes

File metadata and controls

24 lines (13 loc) · 440 Bytes

bigfile

A C++20 library for reading data from EA .BIG archive files.

Also provides code for working with EA RefPack compressed data.

Building

Requirements

  • A standards-compliant C++20 compiler (Even MSVC will work)

CMake Command line

cmake .. -DBIGFILE_ENABLE_EXAMPLES=ON -DCMAKE_BUILD_TYPE=Release
cmake --build .

Using

Usage examples (Sample programs) are available in the src/examples directory.