A light implementation of the mmap functions for MinGW(forked from https://code.google.com/archive/p/mman-win32/).
The mmap-win32 library implements a wrapper for mmap functions around the memory mapping Windows API.
License: MIT License
- Install CMake
- Move to build directory
- Run
cmake .. && make -j2command. - Run
sudo make installcommand.