Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfslabs/dlfcn-gnu-windows
Dynamic Linking Extension for GNU Windows. Forked from MSys2
https://github.com/tfslabs/dlfcn-gnu-windows
dlfcn dynamic-linking gnu-windows mingw-w64
Last synced: 8 days ago
JSON representation
Dynamic Linking Extension for GNU Windows. Forked from MSys2
- Host: GitHub
- URL: https://github.com/tfslabs/dlfcn-gnu-windows
- Owner: tfslabs
- License: other
- Created: 2024-02-17T11:05:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T13:39:45.000Z (8 months ago)
- Last Synced: 2024-03-31T01:25:56.034Z (8 months ago)
- Topics: dlfcn, dynamic-linking, gnu-windows, mingw-w64
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Dynamic Linking Extension for GNU Windows
Dynamic Linking Extension for GNU Windows is an extension for dynamic linking of C++ programs on the Microsoft Windows platform.
You're not required to install this with your compiler, but it can be useful if you want to use the DLLs provided.
## Build this library
To build this library, you will need:
* [GNU Windows](https://github.com/tfslabs/gnu-windows)
* [CMake](https://www.cmake.org/) version 3 or newer installed on your machine. You can download it from the official website and follow their installation instructions.
* [Python 3.9+](https://python.org)> :warning:
>
> Make sure you can run `make`, `gcc` and `g++` from the command line without any issues.Just run the following commands in a terminal window to get started:
```cmd
build.cmd
```Once it's done, you can see your bootstrap of Dynamic Linking Extension `.bin`. You can then paste it into your GNU Windows installation folder.